mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
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
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -34,7 +34,7 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Crash Report or Log
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- 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
|
- uses: github/issue-labeler@v2.0
|
||||||
with:
|
with:
|
||||||
configuration-path: .github/config/labels.yml
|
configuration-path: .github/config/labels.yml
|
||||||
|
enable-versioned-regex: 0
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user