mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 08:37:53 +00:00
Fix yaml syntax of workflow
This commit is contained in:
parent
6a326dc8e0
commit
36c4f32b17
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:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: opened
|
types: [opened]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: opened
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoclose:
|
autoclose:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user