Skip to content

Commit 1e00013

Browse files
committed
minor
1 parent 18881e6 commit 1e00013

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/policies/close-issues.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ configuration:
3434
then:
3535
- removeLabel:
3636
label: needs-more-info
37+
triggerOnOwnActions: true
3738

3839
- description: Close issues labeled 'code-of-conduct'
3940
if:
@@ -52,6 +53,6 @@ configuration:
5253
then:
5354
- addLabel: 'needs-more-info'
5455
- removeLabel: ':watch: Not Triaged'
56+
- addReply:
57+
reply: This issue has been automatically closed due to an empty issue description from the original author. Feel free to reopen it if you have more information that can help us investigate the issue further.
5558
- closeIssue
56-
57-
triggerOnOwnActions: false

.github/policies/label-issues.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ configuration:
4343
label: 'needs-more-info'
4444
then:
4545
- addLabel: ':watch: Not Triaged'
46-
triggerOnOwnActions: false
4746
4847
- description: >-
4948
Remove "not triaged" label when:
@@ -64,7 +63,6 @@ configuration:
6463
label: ':world_map: reQUEST'
6564
then:
6665
- removeLabel: ':watch: Not Triaged'
67-
triggerOnOwnActions: false
6866
6967
- description: >-
7068
When the label "mapQUEST" is added to an issue
@@ -78,7 +76,6 @@ configuration:
7876
label: ':world_map: mapQUEST'
7977
then:
8078
- removeLabel: ':world_map: mapQUEST'
81-
triggerOnOwnActions: false
8279
8380
- description: Label dependabot issues
8481
if:

0 commit comments

Comments
 (0)