Skip to content

Commit

Permalink
[chore] Don't mark PRs with "never stale" label as stale (#34156)
Browse files Browse the repository at this point in the history
This PR makes the `never stale` label respected on PRs. I noticed on
#32486
that I had added the `never stale` label, but `Stale` was still added.
This is because we need to set the [`exempt-pr-labels`
option](https://github.com/actions/stale?tab=readme-ov-file#exempt-pr-labels)
in the [stale action](https://github.com/actions/stale) workflow.
  • Loading branch information
crobert-1 committed Jul 18, 2024
1 parent 289c120 commit 4301d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
exempt-issue-labels: 'never stale'
ascending: true
operations-per-run: 6000
exempt-pr-labels: 'never stale'
- name: Check rate_limit after
run: gh api /rate_limit

0 comments on commit 4301d25

Please sign in to comment.