Skip to content

Commit

Permalink
fix(ci): Add exempt stale status label (ethereum-optimism#9046)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Jan 17, 2024
1 parent 7ccb26b commit 67f0396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-label: 'S-stale'
exempt-pr-labels: exempt-stale
exempt-pr-labels: 'S-exempt-stale'
days-before-issue-stale: 999
days-before-pr-stale: 14
days-before-close: 5
Expand Down

0 comments on commit 67f0396

Please sign in to comment.