Skip to content

Commit 9352807

Browse files
authored
Update stale.yml
1 parent 716cdc9 commit 9352807

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
stale-issue-message: >
25-
This issue/proposal has been automatically marked as idle and stale because it hasn't
26-
had any recent activity. It will be automatically closed if no further activity
27-
occurs. If you think this is wrong, or the problem still persists, just pop
28-
a reply in the comments and one of the maintainers will (try!) to follow up.
25+
This issue lacks verification. Please provide a reproduction link.
2926
3027
Thank you for contributing :)
3128
stale-pr-message: >
@@ -38,5 +35,5 @@ jobs:
3835
stale-issue-label: 'stale'
3936
stale-pr-label: 'stale'
4037
exempt-all-milestones: true
41-
exempt-issue-labels: 'bug, help wanted'
38+
exempt-issue-labels: 'Status: Verified'
4239
exempt-pr-labels: 'MERGE ME, NEEDS REVIEW'

0 commit comments

Comments
 (0)