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 v5.1.0 #146

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/github-comment minor v5.0.3 -> v5.1.0

Release Notes

suzuki-shunsuke/github-comment

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.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-5.x branch 2 times, most recently from 037ed14 to 8d4061a Compare April 10, 2023 02:11
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-5.x branch from 8d4061a to 8e8afac Compare April 10, 2023 02:13
@little-forest little-forest merged commit 607b21c into main Apr 10, 2023
@renovate renovate bot deleted the renovate/suzuki-shunsuke-github-comment-5.x branch April 10, 2023 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant