Skip to content

Commit 62644d8

Browse files
authored
Add inactive and stale
1 parent d361925 commit 62644d8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/label-commenter-config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,19 @@ labels:
1010
action: close
1111
locking: lock
1212
lock_reason: resolved
13+
- name: inactive
14+
labeled:
15+
issue:
16+
body: |
17+
This issue has been marked as inactive.
18+
19+
If you still encounter this or it has changed, add a comment to provide further information.
20+
- name: stale
21+
labeled:
22+
issue:
23+
body: |
24+
This issue has been **LOCKED** because of it being old.
25+
If you still encounter this or it has changed, open a new issue.
26+
action: close
27+
locking: lock
28+
lock_reason: resolved

0 commit comments

Comments
 (0)