1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Fix yaml syntax of workflow

This commit is contained in:
Cotes Chung 2020-12-02 18:40:06 +08:00
parent 6a326dc8e0
commit 36c4f32b17

View File

@ -2,9 +2,9 @@ name: "Intercept bad issue/PRs"
on:
issues:
types: opened
types: [opened]
pull_request:
types: opened
types: [opened]
jobs:
autoclose: