Skip to content

Commit 5c25875

Browse files
committed
Add tag to exempt PRs and issues from the stale bot
1 parent 5cc96a0 commit 5c25875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stale-pr-issue.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
close-issue-message: >
3333
Hello, as this issue has been inactive for 90 days, we're closing the issue.
3434
If you would like to resume the discussion, please create a new issue.
35+
exempt-issue-labels: keep-open
3536

3637
# PULL REQUESTS -----------------------------------------------------
3738
# PRs will be closed after 90 days of inactive (60 to mark as stale + 30 to close)
@@ -41,4 +42,5 @@ jobs:
4142
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.
4243
close-pr-message: >
4344
Hello, as this pull request has been inactive for 90 days, we're closing this pull request.
44-
We always welcome contributions, and if you would like to continue, please open a new pull request.
45+
We always welcome contributions, and if you would like to continue, please open a new pull request.
46+
exempt-pr-labels: keep-open

0 commit comments

Comments
 (0)