From 813443b206e56c9704e0f7c7563939c86c630b9b Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 28 Dec 2020 00:38:20 +0800 Subject: [PATCH] Improve GitHub stuff - Add more events to the issue interceptor - Reduce issue label --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/workflows/issue-pr-interceptor.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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: