Skip to content

Commit

Permalink
Use custom stale action to exempt authors
Browse files Browse the repository at this point in the history
While we wait for actions/stale#1176
  • Loading branch information
kzu committed Aug 28, 2024
1 parent 24c2668 commit 03b7d53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
}
- name: ✏️ label
uses: actions/stale@v9
# pending merge: https://github.com/actions/stale/pull/1176
uses: kzu/stale@c8450312ba97b204bf37545cb249742144d6ca69
with:
ascending: true # Process the oldest issues first
stale-issue-label: 'stale'
Expand All @@ -65,3 +66,4 @@ jobs:
exempt-all-milestones: true
exempt-all-assignees: true
exempt-issue-labels: priority,sponsor,backed
exempt-authors: kzu

0 comments on commit 03b7d53

Please sign in to comment.