Skip to content

Releases: otto-de/purge-deprecated-workflow-runs

v2.2.0

17 Dec 11:53
8643c9c
Compare
Choose a tag to compare

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

Full Changelog: v2.1.1...v2.2.0

2.1.1 ⬆️ update dependencies

17 Dec 09:01
ac16d88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.1-dev

16 Dec 16:22
72acbe5
Compare
Choose a tag to compare
v2.1.1-dev Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0...v2.1.1-dev

Delete by age

12 Dec 10:44
444ef39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

2.0.4 ⬆️ update dependencies

22 Mar 09:07
31a4e82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

2.0.3 ⬆️ update dependencies

07 Nov 12:11
5da1398
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

2.0.2 ⬆️ update dependencies

07 Nov 12:06
341ffdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 🗒️ version bump in readme

11 Sep 18:18
9a52fcd
Compare
Choose a tag to compare

2.0.0 ⬆️ node20

11 Sep 18:12
9cbf8b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v2.0.0

1.5.0 🔚 node16 EOL

11 Sep 18:09
fb93510
Compare
Choose a tag to compare

Deprecates node16
Full Changelog: v1.4.1...v1.5.0