This repository has been 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.1
Release Notes
suzuki-shunsuke/github-comment (suzuki-shunsuke/github-comment)
v5.2.1
Compare 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.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.1...v5.2.0
Changelog
882e936
Merge pull request #895 from suzuki-shunsuke/feat/support-envcf68d9b
feat: support passing some command line arguments via environment variables0d223d2
Merge pull request #893 from suzuki-shunsuke/revert-865-fix/remove-env-func38d8cc0
Revert "fix: remove Env template function for security"9e682f7
Merge pull request #865 from suzuki-shunsuke/fix/remove-env-func77fe048
Merge pull request #892 from suzuki-shunsuke/renovate/aquaproj-aqua-2.xb5dab94
chore(deps): update dependency aquaproj/aqua to v2.3.695b8d7b
Merge pull request #891 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x49edc64
chore(aqua): update aqua/aqua-checksums.json14810e5
chore(deps): update dependency aquaproj/aqua-registry to v3.157.09a1c2f1
Merge pull request #890 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.xf1492e2
chore(aqua): update aqua/aqua-checksums.jsona38e1b0
chore(deps): update dependency aquaproj/aqua-registry to v3.156.03a0d590
Merge pull request #889 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.xe7cf44a
Merge pull request #888 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x7f8ca4b
chore(aqua): update aqua/aqua-checksums.json5fa45ed
chore(deps): update dependency aquaproj/aqua-registry to v3.155.0dd9dc6f
chore(deps): update dependency aquaproj/aqua to v2.3.5a5e8d8c
Merge pull request #887 from suzuki-shunsuke/renovate/goreleaser-goreleaser-1.x1c6cfe9
chore(aqua): update aqua/aqua-checksums.jsone95cf83
chore(deps): update dependency goreleaser/goreleaser to v1.17.1a6ef9a5
Merge pull request #886 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x05318e8
chore(aqua): update aqua/aqua-checksums.json91571b7
chore(deps): update dependency aquaproj/aqua-registry to v3.154.007ad4b1
Merge pull request #885 from suzuki-shunsuke/renovate/actions-checkout-3.xbfc0464
chore(deps): update actions/checkout action to v3.5.2bb4b13f
Merge pull request #884 from suzuki-shunsuke/renovate/actions-checkout-3.xe4c61e3
chore(deps): update actions/checkout action to v3.5.15425260
Merge pull request #883 from suzuki-shunsuke/renovate/aquaproj-aqua-2.xcad6fe1
chore(deps): update dependency aquaproj/aqua to v2.3.45cf6304
Merge branch 'main' into fix/remove-env-funcff030d2
fix: remove Env template function for securityv5.1.1
Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.0...v5.1.1
Bug Fixes
#882 Remove double quotes from the template
join_command
This bug affected the following versions.
v5.1.0
Compare 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_output
ifhidden_combined_output
is too longSame as tfcmt's feature.
WrapCode
wraps a given text with<pre><code>
or "```".WrapCode
omits 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
WrapCode
checks the length of the text and if the length is over 60000, the text is omitted as the following.v5.0.3
Compare 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.2
Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.1...v5.0.2
Others
#700 Sign a checksum file by Cosign
v5.0.1
Compare Source
Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.0...v5.0.1
Bug Fixes
#684 #685 #687 hide: Pass command line arguments
-var
and-var-file
to condition properlyOthers
#688 Release SLSA Provenance 🎉
From this release, SLSA Provenance
multiple.intoto.jsonl
is 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.