Update github/branch-deploy action to v10 #1323
Open
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:
v9.10.0
->v10.3.0
Release Notes
github/branch-deploy (github/branch-deploy)
v10.3.0
Compare Source
What's Changed
checks
input option is not respecting required checks in the pending state by @GrantBirki in https://github.com/github/branch-deploy/pull/363Full Changelog: github/branch-deploy@v10.2.0...v10.3.0
v10.2.0
Compare Source
What's Changed
Full Changelog: github/branch-deploy@v10.1.0...v10.2.0
v10.1.0
Compare Source
What's Changed
This release adds new attributes to the
payload
which gets sent to GitHub's deployment API. These attributes can be used by subsequent systems that might read, parse, or interact with the deployments that this Action creates.For nearly all users (including users that interact with the
payload
attribute), this new version should be a seamless upgrade. Enjoy!Full Changelog: github/branch-deploy@v10.0.2...v10.1.0
v10.0.2
Compare Source
What's Changed
No major changes with this release, just dependency updates 📦
npm update
by @GrantBirki in https://github.com/github/branch-deploy/pull/355Full Changelog: github/branch-deploy@v10.0.1...v10.0.2
v10.0.1
Compare Source
What's Changed
read
,write
, andadmin
were ever actually valid)New Contributors
Full Changelog: github/branch-deploy@v10...v10.0.1
v10.0.0
Compare Source
v10.0.0
v10 of the github/branch-deploy Action is focused around safety, security, and usability improvements 🚀
BREAKING
checks
input option can now be used with a comma separated list of CI checks if you only want certain checks to be considered "blocking" in terms of deployments. Read more here.CHANGES_REQUESTED
state are now treated the same as PRs in theREVIEW_REQUIRED
state.params
andparsed_params
.deploy
or.noop
a pull request fork unless it has approvals - reference. These changes have been made as an extra safety check against potentially untrusted commitsKey Changes
${{ steps.branch-deploy.outputs.sha }}
everywhere instead of${{ steps.branch-deploy.outputs.ref }}
- documentationcommit_verification: true
that enforces commits to be signed/verified before they can be deployed by this Action - PR referencesha
output is now available on "Merge commit strategy" deployments as wellWhat's Changed
Here is a full list of changes:
.noop
by @caridinL6 in https://github.com/github/branch-deploy/pull/324npm update
by @GrantBirki in https://github.com/github/branch-deploy/pull/327ref
to point tosha
by @GrantBirki in https://github.com/github/branch-deploy/pull/330total_seconds
- Output Variable by @GrantBirki in https://github.com/github/branch-deploy/pull/335ignored_checks
by @GrantBirki in https://github.com/github/branch-deploy/pull/337CHANGES_REQUESTED
approval state by @GrantBirki in https://github.com/github/branch-deploy/pull/339New Contributors
Full Changelog: github/branch-deploy@v9.10.0...v10.0.0
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 is behind base branch, 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.