Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Don't mark PRs with "never stale" label as stale (#34156)
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