Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency suzuki-shunsuke/github-comment to v6 #297

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/github-comment major v4.1.1 -> v6.3.0

Release Notes

suzuki-shunsuke/github-comment (suzuki-shunsuke/github-comment)

v6.3.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.2.1...v6.3.0

Features

#​1566 exec: Add the option -out to output the result to text files

https://suzuki-shunsuke.github.io/github-comment/output-file

Instead of posting a comment to a GitHub Issue or Pull Request, you can output the result to a text file using github-comment exec's -out option.
This is useful to output the result of GitHub Actions workflow_dispatch or schedule events to $GITHUB_STEP_SUMMARY.

e.g.

github-comment exec -out "file:$GITHUB_STEP_SUMMARY" -- npm test

You can post both GitHub and a file.

e.g.

github-comment exec -out github -out "file:$GITHUB_STEP_SUMMARY" -- npm test

The value of -out must be either github or file:<file path>.

If a given file doesn't exist, the file is created.
Otherwise, the content is appended.

v6.2.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.2.0...v6.2.1

Others

#​1560 Update Go to 1.23.2
#​1545 Create GitHub Artifact Attestations

https:/suzuki-shunsuke/github-comment/attestations

You can verify downloaded assets from GitHub Releases using GitHub CLI.

gh release download -R suzuki-shunsuke/github-comment v6.2.1 -p github-comment_6.2.1_darwin_arm64.tar.gz
gh attestation verify github-comment_6.2.1_darwin_arm64.tar.gz \
  -R suzuki-shunsuke/github-comment \
  --signer-workflow suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml

v6.2.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.1.0...v6.2.0

Features

#​1490 Get GitHub API endpoints from environment variables GITHUB_API_URL and GITHUB_GRAPHQL_URL

About these environment variables, please see the document.

If you use GitHub Enterprise Server, you had to configure ghe_base_url and ghe_graphql_endpoint in the configuration file.

https://suzuki-shunsuke.github.io/github-comment/github-enterprise

From this release, github-comment gets these variables from environment variables GITHUB_API_URL and GITHUB_GRAPHQL_URL.
They are GitHub Actions' built in environment variables, so you don't have to set them in GitHub Actions.

v6.1.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.0.4...v6.1.0

Features

#​1468 #​1473 Post comments to a pull request if the workflow run is triggered via GitHub Actions' merge_group event

Others

Update Go to 1.22.5

v6.0.4

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.0.3...v6.0.4

Bug Fixes

#​1302 Fix the file permission of github-comment.yaml created by github-comment init

Change the permission from 0755 to 0644.

Others

Update dependencies

Go 1.21.5 to 1.22.1

v6.0.3

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.0.2...v6.0.3

Bug Fixes

#​1188 fix(init): fix a bug that a newline is missing at the end of the scaffolded file github-comment.yaml

Others

  • Dependency updates
  • Refactoring

v6.0.2

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.0.1...v6.0.2

Changelog

  • c77d1fe chore(deps): update dependency aquaproj/aqua-registry to v4.62.0 (#​1093)
  • e1ad56c chore(deps): update dependency golang/go to v1.21.3 (#​1092)
  • 4d037b4 chore(deps): update dependency aquaproj/aqua to v2.13.0 (#​1091)
  • d21bf78 chore(deps): update dependency aquaproj/aqua-registry to v4.61.0 (#​1090)
  • 1914aae chore(deps): update dependency aquaproj/aqua-registry to v4.60.0 (#​1089)
  • 452cb9a chore(deps): update suzuki-shunsuke/go-release-workflow action to v0.4.4 (#​1088)
  • 78907eb chore(deps): update dependency aquaproj/aqua-registry to v4.59.0 (#​1087)
  • c45362f fix(deps): update module golang.org/x/oauth2 to v0.13.0 (#​1086)
  • 2eb2e99 chore(deps): update dependency aquaproj/aqua-registry to v4.58.0 (#​1085)
  • 5350efa chore(deps): update dependency aquaproj/aqua to v2.12.2 (#​1084)
  • e19cf8c chore(deps): update dependency golang/go to v1.21.2 (#​1083)
  • f9d1869 fix(deps): update module golang.org/x/term to v0.13.0 (#​1082)
  • 93eb538 chore(deps): update dependency aquaproj/aqua-registry to v4.57.0 (#​1081)
  • 505bbb6 chore(deps): update dependency aquaproj/aqua-registry to v4.56.0 (#​1080)
  • b0acfb4 chore(deps): update dependency aquaproj/aqua-registry to v4.55.0 (#​1079)
  • df268ee chore(deps): update dependency aquaproj/aqua-registry to v4.54.0 (#​1078)
  • 5a01651 chore(deps): update dependency aquaproj/aqua to v2.12.1 (#​1077)
  • 549ca62 chore(deps): update dependency aquaproj/aqua-registry to v4.53.0 (#​1076)
  • 4cff500 chore(deps): update dependency goreleaser/goreleaser to v1.21.2 (#​1073)
  • 6569171 chore(deps): update dependency aquaproj/aqua-renovate-config to v1.11.0 (#​1074)
  • 2c0fd6d chore(deps): update dependency goreleaser/goreleaser to v1.21.1 (#​1072)
  • 86d65a0 chore(deps): update dependency goreleaser/goreleaser to v1.21.0 (#​1071)
  • 0a85c65 chore(deps): update dependency aquaproj/aqua-registry to v4.52.1 (#​1070)
  • dc0b552 chore(deps): update actions/checkout action to v4.1.0 (#​1069)
  • 4746f32 chore(deps): update dependency aquaproj/aqua-registry to v4.52.0 (#​1068)
  • a554903 chore(deps): update dependency aquaproj/aqua-registry to v4.51.0 (#​1067)
  • f9d7aa0 fix(deps): update module github.com/antonmedv/expr to v1.15.3 (#​1066)
  • e7e5230 chore(deps): update dependency aquaproj/aqua-registry to v4.50.0 (#​1065)
  • 1f76328 chore(deps): update dependency rhysd/actionlint to v1.6.26 (#​1064)
  • 3c30227 chore(deps): update dependency aquaproj/aqua-registry to v4.49.0 (#​1063)
  • 336501e chore(deps): update actions/checkout action to v4 (#​1041)
  • 52ba50e chore(deps): update dependency aquaproj/aqua-renovate-config to v1.10.0 (#​1061)
  • 56c547a chore(deps): update dependency aquaproj/aqua to v2.12.0 (#​1060)
  • a2d15bd chore(deps): update dependency aquaproj/aqua to v2.11.0 (#​1059)
  • 82054bc chore(deps): update dependency aquaproj/aqua-registry to v4.48.2 (#​1058)
  • f34a3df chore(deps): update dependency aquaproj/aqua-registry to v4.48.1 (#​1057)
  • e32e1c0 fix(deps): update module github.com/antonmedv/expr to v1.15.2 (#​1056)
  • 1c50ef3 chore(deps): update dependency aquaproj/aqua-renovate-config to v1.9.0 (#​1054)
  • 3e67397 chore(deps): update dependency aquaproj/aqua-renovate-config:file to v1.9.0 (#​1055)
  • 1f11731 chore(deps): update dependency aquaproj/aqua-registry to v4.48.0 (#​1053)
  • a44f389 chore(deps): update dependency aquaproj/aqua-registry to v4.47.0 (#​1052)
  • 57a9b17 chore(deps): update dependency aquaproj/aqua-registry to v4.46.0 (#​1051)
  • 134b2d5 chore(deps): update dependency aquaproj/aqua-registry to v4.45.0 (#​1050)
  • b64e74f chore(deps): update dependency aquaproj/aqua-registry to v4.44.3 (#​1049)
  • 667300a chore(deps): update dependency aquaproj/aqua-registry to v4.44.2 (#​1048)
  • 4d3eb59 chore(deps): update dependency golang/go to v1.21.1 (#​1047)
  • 28b2d81 fix(deps): update module github.com/antonmedv/expr to v1.15.1 (#​1046)
  • 919c13f chore(deps): update dependency reviewdog/reviewdog to v0.15.0 (#​1045)
  • b4c4842 fix(deps): update module golang.org/x/oauth2 to v0.12.0 (#​1044)
  • dfd8f36 chore(deps): update dependency aquaproj/aqua-registry to v4.44.1 (#​1042)
  • f45e799 chore(deps): update dependency aquaproj/aqua-registry to v4.44.0 (#​1040)
  • ee355b1 fix(deps): update module golang.org/x/term to v0.12.0 (#​1039)
  • c3cb141 chore(deps): update dependency aquaproj/aqua-registry to v4.43.1 (#​1038)
  • 31b4165 fix(deps): update module github.com/antonmedv/expr to v1.15.0 (#​1037)
  • e4440dd chore(deps): update dependency aquaproj/aqua-registry to v4.43.0 (#​1036)
  • e9f6536 chore(deps): update dependency aquaproj/aqua-registry to v4.42.0 (#​1035)
  • 2467c92 chore(deps): update actions/checkout action to v3.6.0 (#​1034)
  • 70f3ffa chore(deps): update dependency aquaproj/aqua-registry to v4.41.1 (#​1033)
  • c23733c chore(deps): update dependency aquaproj/aqua-registry to v4.41.0 (#​1032)
  • dd68f55 fix(deps): update module github.com/antonmedv/expr to v1.14.3 (#​1031)
  • 4b21502 fix(deps): update module github.com/antonmedv/expr to v1.14.2 (#​1030)
  • 3bfc6b8 fix(deps): update module github.com/antonmedv/expr to v1.14.1 (#​1029)
  • 7f8ec1f chore(deps): update dependency aquaproj/aqua-registry to v4.40.0 (#​1028)
  • 29c0f70 fix(deps): update module github.com/antonmedv/expr to v1.14.0 (#​1026)
  • 4bf5703 chore(deps): update dependency aquaproj/aqua-registry to v4.39.0 (#​1025)
  • f9289fb chore(deps): update dependency aquaproj/aqua-registry to v4.38.0 (#​1024)
  • 522b9cd chore(deps): update dependency aquaproj/aqua-registry to v4.37.0 (#​1023)
  • 462b921 chore(deps): update suzuki-shunsuke/go-release-workflow action to v0.4.3 (#​1022)
  • 1f446c9 chore(deps): update dependency aquaproj/aqua-registry to v4.36.0 (#​1020)
  • 4ffd9a7 fix(deps): update module github.com/antonmedv/expr to v1.13.0 (#​1021)
  • 5c2a58b chore(deps): update dependency aquaproj/aqua-renovate-config to v1.8.0 (#​1017)
  • c3ce8c7 chore(deps): update dependency goreleaser/goreleaser to v1.20.0 (#​1019)
  • 4624eba chore(deps): update dependency aquaproj/aqua-registry to v4.35.0 (#​1016)
  • 6cf3e1c chore(deps): update dependency aquaproj/aqua-renovate-config:file to v1.8.0 (#​1018)
  • 2d934e1 chore(deps): update dependency aquaproj/aqua-registry to v4.34.0 (#​1015)
  • 000b1b3 chore(deps): update dependency golang/go to v1.21.0 (#​1014)
  • 3797390 chore(deps): update actions/setup-go action to v4.1.0 (#​1013)
  • cc34921 chore(deps): update dependency aquaproj/aqua-registry to v4.33.0 (#​1012)
  • c22a208 fix(deps): update module golang.org/x/oauth2 to v0.11.0 (#​1011)
  • 5e339a2 fix(deps): update module golang.org/x/term to v0.11.0 (#​1010)
  • 1b70f3d chore(deps): update dependency aquaproj/aqua-registry to v4.32.2 (#​1009)
  • a26bfe5 chore(deps): update dependency aquaproj/aqua-registry to v4.32.1 (#​1008)
  • 0b8b728 chore(deps): update dependency golang/go to v1.20.7 (#​1007)
  • 4fed45e chore(deps): update dependency aquaproj/aqua-registry to v4.32.0 (#​1006)

v6.0.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v6.0.0...v6.0.1

Others

#​906 #​957 #​988 chore: Update Go 1.20.3 to 1.20.6
#​1002 refactor: Replace suzuki-shunsuke/go-timeout to exec.CommandContext, Cmd.Cancel, and Cmd.WaitDelay
#​1004 fix: Add warning comment for body too long

v6.0.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.2.1...v6.0.0

⚠️ Breaking Changes

#​865 #​894 Remove the template function Env for security

We forgot to remove this function in v5.0.0.

How to migrate

Use the option -var instead of the function Env

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

  • -org: GH_COMMENT_REPO_ORG
  • -repo: GH_COMMENT_REPO_NAME
  • -sha: GH_COMMENT_SHA1
  • -config: GH_COMMENT_CONFIG
  • -pr: GH_COMMENT_PR_NUMBER
  • -log-level: GH_COMMENT_LOG_LEVEL
  • -var: GH_COMMENT_VAR_*

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-env
  • cf68d9b feat: support passing some command line arguments via environment variables
  • 0d223d2 Merge pull request #​893 from suzuki-shunsuke/revert-865-fix/remove-env-func
  • 38d8cc0 Revert "fix: remove Env template function for security"
  • 9e682f7 Merge pull request #​865 from suzuki-shunsuke/fix/remove-env-func
  • 77fe048 Merge pull request #​892 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • b5dab94 chore(deps): update dependency aquaproj/aqua to v2.3.6
  • 95b8d7b Merge pull request #​891 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 49edc64 chore(aqua): update aqua/aqua-checksums.json
  • 14810e5 chore(deps): update dependency aquaproj/aqua-registry to v3.157.0
  • 9a1c2f1 Merge pull request #​890 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • f1492e2 chore(aqua): update aqua/aqua-checksums.json
  • a38e1b0 chore(deps): update dependency aquaproj/aqua-registry to v3.156.0
  • 3a0d590 Merge pull request #​889 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • e7cf44a Merge pull request #​888 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • 7f8ca4b chore(aqua): update aqua/aqua-checksums.json
  • 5fa45ed chore(deps): update dependency aquaproj/aqua-registry to v3.155.0
  • dd9dc6f chore(deps): update dependency aquaproj/aqua to v2.3.5
  • a5e8d8c Merge pull request #​887 from suzuki-shunsuke/renovate/goreleaser-goreleaser-1.x
  • 1c6cfe9 chore(aqua): update aqua/aqua-checksums.json
  • e95cf83 chore(deps): update dependency goreleaser/goreleaser to v1.17.1
  • a6ef9a5 Merge pull request #​886 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 05318e8 chore(aqua): update aqua/aqua-checksums.json
  • 91571b7 chore(deps): update dependency aquaproj/aqua-registry to v3.154.0
  • 07ad4b1 Merge pull request #​885 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • bfc0464 chore(deps): update actions/checkout action to v3.5.2
  • bb4b13f Merge pull request #​884 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • e4c61e3 chore(deps): update actions/checkout action to v3.5.1
  • 5425260 Merge pull request #​883 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • cad6fe1 chore(deps): update dependency aquaproj/aqua to v2.3.4
  • 5cf6304 Merge branch 'main' into fix/remove-env-func
  • ff030d2 fix: remove Env template function for security

v5.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

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 if hidden_combined_output is too long

Same 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.

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:
### null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.foo: Creating...
null_resource.foo: Creation complete after 0s [id=8966706083595703589]
### ...
### ... The maximum length of GitHub Comment is 65536, so the content is omitted by github-comment.
### ...

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

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

base:
  org: suzuki-shunsuke
  repo: github-comment

e.g.

$ github-comment hide
WARN[0000] list associated prs                           error="list associated pull requests: GET https://api.github.com/repos///commits/cc0932be26d0dc94ff42cdbd15c98214836aebef/pulls?per_page=1&sort=updated&state=all: 404 Not Found []" org= repo= sha=cc0932be26d0dc94ff42cdbd15c98214836aebef
opts is invalid: pull request or issue number is required

Due to this bug, the following errors occured in Google Cloud Build.

  • post, exec: Post a comment to not a pull request but a commit
  • hide: Fail to hide comments

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 properly

Others

#​688 Release SLSA Provenance 🎉

From this release, SLSA Provenance multiple.intoto.jsonl is released in GitHub Releases.

v5.0.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.5.2...v5.0.0

⚠️ Breaking Changes ⚠️

#​523 Remove features to output environment variables for security

How to migrate

v4.5.2

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.5.1...v4.5.2

Bug Fixes

#​579 Check if base is nil

v4.5.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.5.0...v4.5.1

Bug Fixes

#​575 fix a link to GitHub Actions for GitHub Enterprise

Others

#​576 Update Go to v1.19.1

v4.5.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.4.0...v4.5.0

Features

#​545 Get an associated pull request with a commit hash

Same as https:/suzuki-shunsuke/tfcmt/issues/387 https:/suzuki-shunsuke/tfcmt/issues/390 https:/suzuki-shunsuke/tfcmt/releases/tag/v3.4.0

Others

#​554 Update Go from v1.18.4 to v1.18.5

v4.4.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.3.0...v4.4.0

Features

#​521 Support Google Cloud Build

Set the environment variable GOOGLE_CLOUD_BUILD.

GOOGLE_CLOUD_BUILD=true

Set the following environment variables using substitutions.

  • COMMIT_SHA
  • BUILD_ID
  • PROJECT_ID
  • _PR_NUMBER
  • _REGION

Specify the repository owner and name in github-comment.yaml.

e.g.

github-comment.yaml

base:
  org: suzuki-shunsuke
  repo: github-comment

v4.3.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.2.0...v4.3.0

Features

#​473 #​474 #​479 post command: Support editing an existing comment instead of creating a comment

The command line option -update-condition and the configuration field update have been added.

e.g.

$ github-comment post -update-condition 'Comment.HasMeta && Comment.Meta.TemplateKey == "foo"' -k foo

github-comment.yaml

---
post:
  yoo:
    template: hello
    update: |
      Comment.HasMeta && Comment.Meta.TemplateKey == "yoo"
  1. Update the comment matching with the condition. If multiple comments match, the latest comment is updated
  2. If no comment matches, a new comment is created

e.g.

image

Others

#​519 Support ARM64 (windows/arm64, darwin/arm64, linux/arm64)

v4.2.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v4.1.1...v4.2.0

Features

#​462 #​464 Support GitHub Enterprise

For GitHub Enterprise, please set the following fields in configuration file github-comment.yaml.

ghe_base_url: https://api.github.com # CHANGE
ghe_graphql_endpoint: https://api.github.com/graphql # CHANGE

Others

#​419 refactor: use pointers


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Apr 22, 2023
@renovate renovate bot requested a review from 44smkn April 22, 2023 01:34
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from b5a8001 to aa330b2 Compare July 27, 2023 15:48
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from aa330b2 to 3190e29 Compare October 11, 2023 06:45
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from 3190e29 to dc33246 Compare December 6, 2023 10:47
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from dc33246 to 17596c2 Compare March 10, 2024 10:35
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from 17596c2 to e3c806c Compare July 14, 2024 03:12
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from e3c806c to c5aedd1 Compare August 4, 2024 06:11
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from c5aedd1 to fc7faef Compare October 4, 2024 16:34
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-6.x branch from fc7faef to 69ee77c Compare October 7, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants