actions/stale
### [`v8.0.0`](https://togithub.com/actions/stale/releases/tag/v8.0.0)
[Compare Source](https://togithub.com/actions/stale/compare/v7.0.0...v8.0.0)
:warning: This version contains breaking changes :warning:
#### What's Changed
- New option labels-to-remove-when-stale enables users to specify list of coma delimited labels that will be removed when the issue or PR becomes stale by [@panticmilos](https://togithub.com/panticmilos) [https://github.com/actions/stale/issues/770](https://togithub.com/actions/stale/issues/770)
- Skip deleting the branch in the upstream of a forked repo by [@dsame](https://togithub.com/dsame) [https://github.com/actions/stale/pull/913](https://togithub.com/actions/stale/pull/913)
- abort the build on the error by [@dsame](https://togithub.com/dsame) in [https://github.com/actions/stale/pull/935](https://togithub.com/actions/stale/pull/935)
#### Breaking Changes
- In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail
#### Example
```yaml
name: 'Remove labels when the issue or PR becomes stale'
on:
schedule:
- cron: '30 1 * * *'
permissions:
pull-request: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
labels-to-remove-when-stale: 'label1,label2'
```
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v7.0.0
->v8.0.0
Release Notes
actions/stale
### [`v8.0.0`](https://togithub.com/actions/stale/releases/tag/v8.0.0) [Compare Source](https://togithub.com/actions/stale/compare/v7.0.0...v8.0.0) :warning: This version contains breaking changes :warning: #### What's Changed - New option labels-to-remove-when-stale enables users to specify list of coma delimited labels that will be removed when the issue or PR becomes stale by [@panticmilos](https://togithub.com/panticmilos) [https://github.com/actions/stale/issues/770](https://togithub.com/actions/stale/issues/770) - Skip deleting the branch in the upstream of a forked repo by [@dsame](https://togithub.com/dsame) [https://github.com/actions/stale/pull/913](https://togithub.com/actions/stale/pull/913) - abort the build on the error by [@dsame](https://togithub.com/dsame) in [https://github.com/actions/stale/pull/935](https://togithub.com/actions/stale/pull/935) #### Breaking Changes - In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail #### Example ```yaml name: 'Remove labels when the issue or PR becomes stale' on: schedule: - cron: '30 1 * * *' permissions: pull-request: write jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v8 with: labels-to-remove-when-stale: 'label1,label2' ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.