Ver Fonte

Update issue_closer.yml (#3885)

Limit the issue_closer workflow to run only when the issue is opened, edited or reopened
Aakash Singh há 4 anos atrás
pai
commit
76a53097b1
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      .github/workflows/issue_closer.yml

+ 3 - 1
.github/workflows/issue_closer.yml

@@ -1,5 +1,7 @@
 name: Issue closer
-on: [issues]
+on:
+  issues:
+    types: [opened, edited, reopened]
 
 jobs:
   autoclose: