Skip to content

Commit

Permalink
chore: do not remove unmainainted-autoclose label on activity (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Jul 5, 2024
1 parent ad8436d commit 9bfd0fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
stale-issue-label: pkg-status:unmaintained:autoclose-scheduled
only-labels: pkg-status:unmaintained,feature-request
exempt-issue-labels: bug,has:sponsor,type:semconv-update
remove-stale-when-updated: false
- uses: actions/stale@v9
with:
days-before-pr-stale: 0
Expand All @@ -42,3 +43,4 @@ jobs:
stale-pr-label: pkg-status:unmaintained:autoclose-scheduled
only-labels: pkg-status:unmaintained
exempt-pr-labels: bug,has:sponsor,type:semconv-update,dependencies,autorelease:pending
remove-stale-when-updated: false

0 comments on commit 9bfd0fc

Please sign in to comment.