Skip to content

Commit

Permalink
Merge pull request #3391 from graphql-java/stop-the-stale
Browse files Browse the repository at this point in the history
Add tag to exempt PRs and issues from the stale bot
  • Loading branch information
dondonz committed Dec 5, 2023
2 parents 3b6d475 + 5c25875 commit 39d2155
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 39d2155

Please sign in to comment.