Skip to content

Commit

Permalink
fix: add exempt-pr-labels (#5134)
Browse files Browse the repository at this point in the history
Signed-off-by: t-kikuc <[email protected]>
  • Loading branch information
t-kikuc authored Aug 15, 2024
1 parent 0a231c5 commit 78a6843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity. Feel free to reopen if still applicable.'
days-before-pr-stale: 30
days-before-pr-close: 7
delete-branch: true
delete-branch: true
exempt-pr-labels: 'not-auto-close'

0 comments on commit 78a6843

Please sign in to comment.