Skip to content

Commit

Permalink
feat(github-action)!: Update peter-evans/create-or-update-comment act…
Browse files Browse the repository at this point in the history
…ion to v3.0.0 (#2636)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-or-update-comment](https://togithub.com/peter-evans/create-or-update-comment)
| action | major | `v2.1.1` -> `v3.0.0` |

---

### Release Notes

<details>
<summary>peter-evans/create-or-update-comment</summary>

###
[`v3.0.0`](https://togithub.com/peter-evans/create-or-update-comment/releases/tag/v3.0.0):
Create or Update Comment v3.0.0

[Compare
Source](https://togithub.com/peter-evans/create-or-update-comment/compare/v2.1.1...v3.0.0)

#### What's new

- Now supports replacing reactions on a comment by setting input
`reactions-edit-mode` to `replace`. The default behaviour has not
changed and will `append` reactions.
- Chose how the action should append the comment body with input
`append-separator`. The default behaviour is to add a `newline`. Other
options are `space` and `none`.
- `body-file` is deprecated in favour of `body-path`. The behaviour is
unchanged.

#### What's Changed

- v3 by [@&#8203;peter-evans](https://togithub.com/peter-evans) in
[https://github.com/peter-evans/create-or-update-comment/pull/161](https://togithub.com/peter-evans/create-or-update-comment/pull/161)
- Update some links in the README by
[@&#8203;Kurt-von-Laven](https://togithub.com/Kurt-von-Laven) in
[https://github.com/peter-evans/create-or-update-comment/pull/152](https://togithub.com/peter-evans/create-or-update-comment/pull/152)
- 9 dependency updates by
[@&#8203;dependabot](https://togithub.com/dependabot)

#### New Contributors

- [@&#8203;Kurt-von-Laven](https://togithub.com/Kurt-von-Laven) made
their first contribution in
[https://github.com/peter-evans/create-or-update-comment/pull/152](https://togithub.com/peter-evans/create-or-update-comment/pull/152)

**Full Changelog**:
peter-evans/create-or-update-comment@v2.1.1...v3.0.0

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzUuMzIuMiJ9-->

Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Apr 6, 2023
1 parent 098ae87 commit dc37d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helmrelease-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Create or update comment
if: ${{ always() && steps.diff.outputs.diff != '' }}
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2.1.1
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
Expand Down

0 comments on commit dc37d57

Please sign in to comment.