Skip to content

Commit

Permalink
Merge pull request #497 from Implem/feature/add-exempt-label
Browse files Browse the repository at this point in the history
Add Stalebot parameter
  • Loading branch information
uchi-ta authored Oct 19, 2023
2 parents 1d9d6c1 + f0612cf commit 2f99c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
Expand All @@ -25,4 +25,5 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
exempt-issue-labels: 'no-autoclose'
operations-per-run : 200

0 comments on commit 2f99c89

Please sign in to comment.