Skip to content

Commit

Permalink
fix: actually exempt releases from unmaintained-autoclose (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Sep 4, 2024
1 parent 9dc58af commit 53bf776
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 @@ -42,5 +42,5 @@ jobs:
close-pr-message: 'This issue was closed because no owner or sponsor has been found after 14 days'
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
exempt-pr-labels: 'bug,has:sponsor,type:semconv-update,dependencies,autorelease: pending'
remove-stale-when-updated: false

0 comments on commit 53bf776

Please sign in to comment.