Skip to content

Commit 99a9225

Browse files
dependabot[bot]coisagithub-actions[bot]
authored
GitHub Actions(deps): Bump marocchino/sticky-pull-request-comment from 2 to 3 (#182)
* GitHub Actions(deps): Bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [changelog] Record Dependabot update (#182) * Update wiki submodule pointer for PR #182 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65b2b3c commit 99a9225

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/wiki

Submodule wiki updated from 62950d7 to e6e8b6d

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206

207207
steps:
208208
- name: Comment preview URLs on pull request
209-
uses: marocchino/sticky-pull-request-comment@v2
209+
uses: marocchino/sticky-pull-request-comment@v3
210210
with:
211211
header: pr-preview
212212
message: |

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
printf '%s\n' "$REVIEW_SUMMARY" >> "$GITHUB_STEP_SUMMARY"
4949
5050
- name: Comment review request on pull request
51-
uses: marocchino/sticky-pull-request-comment@v2
51+
uses: marocchino/sticky-pull-request-comment@v3
5252
with:
5353
number: ${{ steps.render.outputs.pull-request-number }}
5454
header: rigorous-review

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- GitHub Actions(deps): Bump peter-evans/create-pull-request from 7 to 8 (#181)
13+
- GitHub Actions(deps): Bump marocchino/sticky-pull-request-comment from 2 to 3 (#182)
1314
- Auto-create and push minimal changelog entries for same-repository Dependabot pull requests before changelog validation reruns (#186)
1415

1516
## [1.20.0] - 2026-04-23

0 commit comments

Comments
 (0)