Updates to actions and issue forms
- Fixed label_issues.yml action - Made bug_report.yml clearer
This commit is contained in:
parent
de77ac9f49
commit
c1851bb081
2 changed files with 2 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -34,7 +34,7 @@ body:
|
|||
- type: input
|
||||
attributes:
|
||||
label: Crash Report or Log
|
||||
description: If applicable, please add a link to the crash report or log that was created when this issue occured
|
||||
description: If applicable, please add a **link** to the crash report or log that was created when this issue occured. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
|
1
.github/workflows/label_issues.yml
vendored
1
.github/workflows/label_issues.yml
vendored
|
@ -10,4 +10,5 @@ jobs:
|
|||
- uses: github/issue-labeler@v2.0
|
||||
with:
|
||||
configuration-path: .github/config/labels.yml
|
||||
enable-versioned-regex: 0
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue