Update the condition of issues intercept
This commit is contained in:
parent
fc94a8e36b
commit
82b3d061af
1 changed files with 1 additions and 5 deletions
6
.github/workflows/issue-pr-interceptor.yml
vendored
6
.github/workflows/issue-pr-interceptor.yml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: "Intercept bad issue/PRs"
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened, reopened]
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
on: [issues, pull_request]
|
||||
|
||||
jobs:
|
||||
autoclose:
|
||||
|
|
Loading…
Reference in a new issue