From 82b3d061afe6e29c55cc306012e418ea199e9cb7 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 22 Feb 2021 15:50:03 +0800 Subject: [PATCH] Update the condition of issues intercept --- .github/workflows/issue-pr-interceptor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/issue-pr-interceptor.yml b/.github/workflows/issue-pr-interceptor.yml index 41d26471a..0dbc1c9e1 100644 --- a/.github/workflows/issue-pr-interceptor.yml +++ b/.github/workflows/issue-pr-interceptor.yml @@ -1,10 +1,6 @@ name: "Intercept bad issue/PRs" -on: - issues: - types: [opened, reopened] - pull_request: - types: [opened, reopened] +on: [issues, pull_request] jobs: autoclose: