Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Jun 14, 2023
1 parent 716cdc9 commit 9352807
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/stale.yml
Expand Up @@ -22,10 +22,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue/proposal has been automatically marked as idle and stale because it hasn't
had any recent activity. It will be automatically closed if no further activity
occurs. If you think this is wrong, or the problem still persists, just pop
a reply in the comments and one of the maintainers will (try!) to follow up.
This issue lacks verification. Please provide a reproduction link.
Thank you for contributing :)
stale-pr-message: >
Expand All @@ -38,5 +35,5 @@ jobs:
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-all-milestones: true
exempt-issue-labels: 'bug, help wanted'
exempt-issue-labels: 'Status: Verified'
exempt-pr-labels: 'MERGE ME, NEEDS REVIEW'

0 comments on commit 9352807

Please sign in to comment.