We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc434e6 commit ab1218aCopy full SHA for ab1218a
.github/policies/close-issues.yml
@@ -0,0 +1,14 @@
1
+name: Close issues
2
+description: Close issues based on label.
3
+resource: repository
4
+where:
5
+configuration:
6
+ resourceManagementConfiguration:
7
+ eventResponderTasks:
8
+ - description: Close issues labeled 'code-of-conduct'
9
+ if:
10
+ - payloadType: Issues
11
+ - hasLabel:
12
+ label: code-of-conduct
13
+ then:
14
+ - closeIssue
0 commit comments