Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix stale bot to add new tags to the exemptLabels #3784

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.