Releases: otto-de/purge-deprecated-workflow-runs
v2.2.0
Deprecation notice
This release does not introduce functional changes. It's used to announce deprecations / upcoming breaking changes.
The default value of the remove-obsolete
(currently true
) will change to false
in the upcoming major version as breaking change.
If you are using the action to implicitly remove orphaned workflow runs you need to change that to explicit handling (i.e. set remove-obsolete: true
within the with
section):
jobs:
purge_orphaned_workflows:
runs-on: ubuntu-latest
steps:
- - uses: otto-de/purge-deprecated-workflow-runs@v2
+ - uses: otto-de/purge-deprecated-workflow-runs@v3
with:
+ remove-obsolete: true
token: ${{ github.token }}
The action will only be usable by release-versions (e.g. @v2.1
). Other ways of referring to the action will stop working.
- following a branch
- uses: otto-de/purge-deprecated-workflow-runs@main
- pinning to a commit-hash
- uses: otto-de/purge-deprecated-workflow-runs@ac16d8811b992d9a7c42c60d1011526ed4fdcff9 ## v2.1.1
What's Changed
- Prepare major bump by @hanseartic in #41
Full Changelog: v2.1.1...v2.2.0
2.1.1 ⬆️ update dependencies
What's Changed
- Bump @octokit/rest from 20.1.1 to 21.0.2 by @dependabot in #35
- Bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #38
Full Changelog: v2.1.0...v2.1.1
v2.1.1-dev
What's Changed
- Bump @octokit/rest from 20.1.1 to 21.0.2 by @dependabot in #35
Full Changelog: v2.1.0...v2.1.1-dev
Delete by age
What's Changed
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #30
- Bump @octokit/rest from 20.0.2 to 20.1.1 by @dependabot in #31
- Update SECURITY.md by @hanseartic in #32
- New input: allow deletion of workflows older than a given timeframe by @hanseartic in #37
Full Changelog: v2.0.4...v2.1.0
2.0.4 ⬆️ update dependencies
What's Changed
- Bump undici from 5.27.2 to 5.28.3 by @dependabot in #28
Full Changelog: v2.0.3...v2.0.4
2.0.3 ⬆️ update dependencies
What's Changed
- Bump undici from 5.25.4 to 5.27.2 by @dependabot in #27
Full Changelog: v2.0.2...v2.0.3
2.0.2 ⬆️ update dependencies
What's Changed
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #19
- adds gh actions to dependabot monitoring by @hanseartic in #20
- fixes dependabot by @hanseartic in #21
- Bump otto-de/purge-deprecated-workflow-runs from 1 to 2 by @dependabot in #23
- Bump actions/checkout from 3 to 4 by @dependabot in #22
- Bump @octokit/rest from 20.0.1 to 20.0.2 by @dependabot in #24
- Bump actions/setup-node from 3 to 4 by @dependabot in #26
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #25
Full Changelog: v2.0.1...v2.0.2
v2.0.1 🗒️ version bump in readme
2.0.0 ⬆️ node20
What's Changed
- Bump @octokit/rest from 19.0.7 to 20.0.1 by @dependabot in #10
- Updates description by @hanseartic in #15, #16 and #17
Full Changelog: v1.5.0...v2.0.0
1.5.0 🔚 node16 EOL
Deprecates node16
Full Changelog: v1.4.1...v1.5.0