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

Add tag to exempt PRs and issues from the stale bot #3391

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/stale-pr-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
close-issue-message: >
Hello, as this issue has been inactive for 90 days, we're closing the issue.
If you would like to resume the discussion, please create a new issue.
exempt-issue-labels: keep-open

# PULL REQUESTS -----------------------------------------------------
# PRs will be closed after 90 days of inactive (60 to mark as stale + 30 to close)
Expand All @@ -41,4 +42,5 @@ jobs:
If you would like to continue working on this pull request, please make an update within the next 30 days, or we'll close the pull request.
close-pr-message: >
Hello, as this pull request has been inactive for 90 days, we're closing this pull request.
We always welcome contributions, and if you would like to continue, please open a new pull request.
We always welcome contributions, and if you would like to continue, please open a new pull request.
exempt-pr-labels: keep-open