This repository was archived by the owner on Nov 13, 2023. It is now read-only.
chore(deps): update dependency suzuki-shunsuke/github-comment to v5.2.1 #24
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:
v5.0.0->v5.2.1Release Notes
suzuki-shunsuke/github-comment (suzuki-shunsuke/github-comment)
v5.2.1Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.1...v5.2.1
Features
#895 #896 Support passing some command line arguments via environment variables
v5.2.0Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.1...v5.2.0
Changelog
882e936Merge pull request #895 from suzuki-shunsuke/feat/support-envcf68d9bfeat: support passing some command line arguments via environment variables0d223d2Merge pull request #893 from suzuki-shunsuke/revert-865-fix/remove-env-func38d8cc0Revert "fix: remove Env template function for security"9e682f7Merge pull request #865 from suzuki-shunsuke/fix/remove-env-func77fe048Merge pull request #892 from suzuki-shunsuke/renovate/aquaproj-aqua-2.xb5dab94chore(deps): update dependency aquaproj/aqua to v2.3.695b8d7bMerge pull request #891 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x49edc64chore(aqua): update aqua/aqua-checksums.json14810e5chore(deps): update dependency aquaproj/aqua-registry to v3.157.09a1c2f1Merge pull request #890 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.xf1492e2chore(aqua): update aqua/aqua-checksums.jsona38e1b0chore(deps): update dependency aquaproj/aqua-registry to v3.156.03a0d590Merge pull request #889 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.xe7cf44aMerge pull request #888 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x7f8ca4bchore(aqua): update aqua/aqua-checksums.json5fa45edchore(deps): update dependency aquaproj/aqua-registry to v3.155.0dd9dc6fchore(deps): update dependency aquaproj/aqua to v2.3.5a5e8d8cMerge pull request #887 from suzuki-shunsuke/renovate/goreleaser-goreleaser-1.x1c6cfe9chore(aqua): update aqua/aqua-checksums.jsone95cf83chore(deps): update dependency goreleaser/goreleaser to v1.17.1a6ef9a5Merge pull request #886 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x05318e8chore(aqua): update aqua/aqua-checksums.json91571b7chore(deps): update dependency aquaproj/aqua-registry to v3.154.007ad4b1Merge pull request #885 from suzuki-shunsuke/renovate/actions-checkout-3.xbfc0464chore(deps): update actions/checkout action to v3.5.2bb4b13fMerge pull request #884 from suzuki-shunsuke/renovate/actions-checkout-3.xe4c61e3chore(deps): update actions/checkout action to v3.5.15425260Merge pull request #883 from suzuki-shunsuke/renovate/aquaproj-aqua-2.xcad6fe1chore(deps): update dependency aquaproj/aqua to v2.3.45cf6304Merge branch 'main' into fix/remove-env-funcff030d2fix: remove Env template function for securityv5.1.1Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.0...v5.1.1
Bug Fixes
#882 Remove double quotes from the template
join_commandThis bug affected the following versions.
v5.1.0Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.3...v5.1.0
Features
#864 #867 Add the template function WrapCode
#864 #867 Omit the template
hidden_combined_outputifhidden_combined_outputis too longSame as tfcmt's feature.
WrapCodewraps a given text with<pre><code>or "```".WrapCodeomits the text if the text is too long.It fails to post a comment if the comment is too long because the maximum length of GitHub Comment is 65536.
To prevent the error, the template function
WrapCodechecks the length of the text and if the length is over 60000, the text is omitted as the following.v5.0.3Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.2...v5.0.3
Bug Fixes
#794 Get repository owner and repository name from configuration file before getting associated pull requests
github-comment.yaml
e.g.
Due to this bug, the following errors occured in Google Cloud Build.
v5.0.2Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.1...v5.0.2
Others
#700 Sign a checksum file by Cosign
v5.0.1Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.0...v5.0.1
Bug Fixes
#684 #685 #687 hide: Pass command line arguments
-varand-var-fileto condition properlyOthers
#688 Release SLSA Provenance 🎉
From this release, SLSA Provenance
multiple.intoto.jsonlis released in GitHub Releases.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.