Skip to content

Commit

Permalink
chore: Fix stale bot to add new tags to the exemptLabels (#3784)
Browse files Browse the repository at this point in the history
Updated stale bot to prevent stale from being added to `p1` and `help wanted` tags
  • Loading branch information
heath-freenome authored Jul 21, 2023
1 parent c076e35 commit bef8325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ exemptLabels:
- enhancement
- feature
- theme request
- help wanted
- p1
# Label to use when marking an issue as stale
staleLabel: possibly close
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand All @@ -16,4 +18,4 @@ markComment: >
recent activity. It will be closed if no further activity occurs. Please
leave a comment if this is still an issue for you. Thank you.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: This issue was closed because of lack of recent activity. Reoopen if you still need assistance.
closeComment: This issue was closed because of lack of recent activity. Reopen if you still need assistance.

0 comments on commit bef8325

Please sign in to comment.