Bump TriPSs/conventional-changelog-action from 5.4.0 to 6.1.0 - #3
Bump TriPSs/conventional-changelog-action from 5.4.0 to 6.1.0#3dependabot[bot] wants to merge 427 commits into
Conversation
436f007 to
36500d2
Compare
53b9062 to
e1e6472
Compare
82b34e4 to
7a022d0
Compare
dc802e5 to
9c5b32b
Compare
e1e6472 to
e341979
Compare
7047ad1 to
4f8b55b
Compare
96eff4b to
4b82ea1
Compare
c8ec282 to
95008ae
Compare
a96f4a3 to
2806496
Compare
e0561c1 to
37213f3
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
| # This cannot be specified with `num-old-versions-to-delete`. By default, `min-versions-to-keep` takes precedence over `num-old-versions-to-delete`. | ||
| # When set to 0, all deletable versions will be deleted. | ||
| # When set greater than 0, all deletable package versions except the specified number will be deleted. | ||
| min-versions-to-keep: 0 |
There was a problem hiding this comment.
Workflow inputs ignored causing deletion of all package versions
The workflow defines skip_days and keep_num inputs for manual triggering, but neither is used in the action configuration. Instead, min-versions-to-keep: 0 is hardcoded, which according to the inline comments means "all deletable versions will be deleted." Users manually triggering this workflow would expect their keep_num value to be respected, but all package versions will be deleted regardless of the input provided.
Bumps TriPSs/conventional-changelog-action from 5.4.0 to 6.1.0.
Release notes
Sourced from TriPSs/conventional-changelog-action's releases.
Changelog
Sourced from TriPSs/conventional-changelog-action's changelog.
Commits
5f00b89chore(release): v6.1.0 [skip ci]c361892feat: add version file support for java .properties file format (#283)cad3f09ci: Apply suggestion from@TriPSs7607183ci: Apply suggestion from@TriPSsb5c1a15ci: Apply suggestion from@TriPSs239c9dcrefactor: refactor parsing of .properties files to use the npm properties pac...5e05ac7feat: add version file support for java .properties file format3e7bb68build(deps): bump actions/checkout from 4 to 5 (#281)36d06ccbuild(deps): bump actions/checkout from 4 to 56713919chore(release): v6.0.0 [skip ci]You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Add JH autorebase and package-cleanup workflows and upgrade conventional-changelog-action to v6.2.0 across matrix workflows.
jh-autorebase.ymlto periodically sync/rebasearmbian-buildandosrepositories against upstream and push updates.jh-clean-packages.ymlto regularly prune old container package versions across specifiedarmbian-os/*packages.TriPSs/conventional-changelog-actionfromv5.4.0tov6.2.0in multiple artifact matrix workflows (complete-artifact-matrix-*.yml).Written by Cursor Bugbot for commit 9567fbc. This will update automatically on new commits. Configure here.