Updates to actions and issue forms

- Fixed label_issues.yml action
- Made bug_report.yml clearer
This commit is contained in:
Cael Warner 2021-12-15 11:44:40 -08:00
parent de77ac9f49
commit c1851bb081
No known key found for this signature in database
GPG key ID: F70FD7559CCDFC48
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 }}