From 36c4f32b178d69be829090e34fc681cdde794c2d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 2 Dec 2020 18:40:06 +0800 Subject: [PATCH] Fix yaml syntax of workflow --- .github/workflows/issue-pr-interceptor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-pr-interceptor.yml b/.github/workflows/issue-pr-interceptor.yml index ee5349a..2bde376 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] pull_request: - types: opened + types: [opened] jobs: autoclose: