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"
|
name: "Intercept bad issue/PRs"
|
||||||
|
|
||||||
on:
|
on: [issues, pull_request]
|
||||||
issues:
|
|
||||||
types: [opened, reopened]
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoclose:
|
autoclose:
|
||||||
|
|
Loading…
Reference in a new issue