diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 55cd1f548..930143f56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/workflows/label_issues.yml b/.github/workflows/label_issues.yml index 1ab808c88..83d771a2c 100644 --- a/.github/workflows/label_issues.yml +++ b/.github/workflows/label_issues.yml @@ -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 }}