Fix yaml syntax of workflow
This commit is contained in:
parent
6a326dc8e0
commit
36c4f32b17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issue-pr-interceptor.yml
vendored
4
.github/workflows/issue-pr-interceptor.yml
vendored
|
@ -2,9 +2,9 @@ name: "Intercept bad issue/PRs"
|
|||
|
||||
on:
|
||||
issues:
|
||||
types: opened
|
||||
types: [opened]
|
||||
pull_request:
|
||||
types: opened
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
autoclose:
|
||||
|
|
Loading…
Reference in a new issue