1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve GitHub stuff

- Add more events to the issue interceptor
- Reduce issue label
This commit is contained in:
Cotes Chung
2020-12-28 00:38:20 +08:00
parent c381353f86
commit 813443b206
2 changed files with 2 additions and 3 deletions

View File

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