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: