chore(deps): update suzuki-shunsuke/lock-action action to v0.1.5 #243
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.1.1
->v0.1.5
Release Notes
suzuki-shunsuke/lock-action (suzuki-shunsuke/lock-action)
v0.1.5
Compare Source
Issues | Pull Requests | suzuki-shunsuke/lock-action@v0.1.4...v0.1.5 | Base revision
Others
#158 ci: Sign commits and tags when releasing
We automate the release by script and CI.
We can release a new version by
cmdx r
command.e.g.
Release commits and tags were created by CI, but they weren't signed.
e.g.
https://github.com/suzuki-shunsuke/lock-action/releases/tag/v0.1.5
As of this release, we improved the release flow and we could sign commits and tags, which making this action more reliable.
https://github.com/suzuki-shunsuke/lock-action/releases/tag/v0.1.5
v0.1.4
Compare Source
Issues | Pull Requests | suzuki-shunsuke/lock-action@v0.1.3...v0.1.4 | Base revision
Features
#135 Add an output
locked
ifmode
is eitherlock
orcheck
This output is useful for other GitHub Actions jobs to check if the job acquires the lock.
e.g.
v0.1.3
Compare Source
Issues | Pull Requests | suzuki-shunsuke/lock-action@v0.1.2...v0.1.3 | Base revision
Features
#73 Add the input
fail_if_locked
The input
fail_if_locked
has been added.This input is for
mode: check
.e.g.
By default, this input is false.
If this input is true and the given key is being locked, the step fails.
v0.1.2
Compare Source
Issues | Pull Requests | suzuki-shunsuke/lock-action@v0.1.1...v0.1.2 | Base revision
Features
#18 #70 Support retrying until a lock is released
Inputs
max_wait_seconds
andwait_interval_seconds
have been added.By default
max_wait_seconds
is 0 and this action doesn't retry.Modes
lock
andcheck
support these inputs.If the mode is
lock
andmax_wait_seconds
is greater than 0, this action retries to acquire the lock everywait_interval_seconds
untilmax_wait_seconds
.If the mode is
check
andmax_wait_seconds
is greater than 0, this action retries to check the lock everywait_interval_seconds
untilmax_wait_seconds
.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.