mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-24 21:20:56 +00:00
Update issue_closer.yml (#3885)
Limit the issue_closer workflow to run only when the issue is opened, edited or reopened
This commit is contained in:
parent
0904692f15
commit
76a53097b1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/issue_closer.yml
vendored
4
.github/workflows/issue_closer.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
name: Issue closer
|
name: Issue closer
|
||||||
on: [issues]
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, edited, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoclose:
|
autoclose:
|
||||||
|
|
Loading…
Reference in a new issue