Skip to content

Commit

Permalink
stale: Ignore drafts and issues/prs with keep-open label
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Oct 18, 2024
1 parent 4290af0 commit 11caf27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
exempt-draft-pr: true
exempt-issue-labels: 'keep-open'
exempt-pr-labels: 'keep-open'

days-before-issue-stale: 90
days-before-issue-close: 30
stale-issue-label: 'stale'
Expand Down

0 comments on commit 11caf27

Please sign in to comment.