Skip to content

Commit

Permalink
add exception for actions/stale to not check and close issues and pr …
Browse files Browse the repository at this point in the history
…with the 'no-auto-close' label
  • Loading branch information
maxwxyz committed Dec 7, 2024
1 parent f94a1e5 commit 46f561e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
stale-issue-label: 'Status: Stale'
close-issue-label: 'Status: Auto-closing'
# trunk-ignore(yamllint/line-length)
exempt-issue-labels: 'Status: Confirmed,Priority: High,Priority: Critical,Blocker,Type: Feature'
exempt-issue-labels: 'Status: Confirmed,Priority: High,Priority: Critical,Blocker,Type: Feature,no-auto-close'
remove-stale-when-updated: true
ascending: true
stale-issue-message: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
operations-per-run: 30 # max num of ops per run
stale-issue-label: 'Status: Stale'
close-issue-label: 'Status: Auto-closing'
exempt-issue-labels: 'Priority: High,Priority: Critical,Blocker'
exempt-issue-labels: 'Priority: High,Priority: Critical,Blocker,no-auto-close'
remove-stale-when-updated: true
ascending: true
stale-issue-message: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
operations-per-run: 30 # max num of ops per run
stale-pr-label: 'Status: Stale'
close-pr-label: 'Status: Auto-closing'
exempt-pr-labels: 'Needs backport,✋ On hold,Priority: High, Priority: Critical'
exempt-pr-labels: 'Needs backport,✋ On hold,Priority: High, Priority: Critical,no-auto-close'
remove-stale-when-updated: true
ascending: true
stale-pr-message: |
Expand Down

0 comments on commit 46f561e

Please sign in to comment.