From c1851bb0814216a670da6eefd538c99ce2adf33d Mon Sep 17 00:00:00 2001 From: Cael Warner <52902343+CaelWarner@users.noreply.github.com> Date: Wed, 15 Dec 2021 11:44:40 -0800 Subject: [PATCH] Updates to actions and issue forms - Fixed label_issues.yml action - Made bug_report.yml clearer --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/label_issues.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}