diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aa3c825..11a9936 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Bug Report about: Create a report to help us improve -labels: suspect --- diff --git a/.github/workflows/issue-pr-interceptor.yml b/.github/workflows/issue-pr-interceptor.yml index 2bde376..23e4742 100644 --- a/.github/workflows/issue-pr-interceptor.yml +++ b/.github/workflows/issue-pr-interceptor.yml @@ -2,9 +2,9 @@ name: "Intercept bad issue/PRs" on: issues: - types: [opened] + types: [opened, reopened] pull_request: - types: [opened] + types: [opened, reopened] jobs: autoclose: