Skip to content

Commit

Permalink
chore: do not remove unmainainted-autoclose label on activity
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jul 4, 2024
1 parent 65bc979 commit 999cc77
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 @@ -30,6 +30,7 @@ jobs:
close-issue-message: 'This issue was closed because no owner or sponsor has been found after 14 days'
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 @@ -40,3 +41,4 @@ jobs:
close-pr-message: 'This issue was closed because no owner or sponsor has been found after 14 days'
only-labels: pkg-status:unmaintained
exempt-pr-labels: bug,has:sponsor,type:semconv-update
remove-stale-when-updated: false

0 comments on commit 999cc77

Please sign in to comment.