Skip to content

Commit d5de09f

Browse files
Chore: Bump marocchino/sticky-pull-request-comment from 2 to 3
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>
1 parent 13752f3 commit d5de09f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CommitMessage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
# add a comment on the PR if the commit message linting failed
3737
- name: Comment on PR
3838
if: failure()
39-
uses: marocchino/sticky-pull-request-comment@v2
39+
uses: marocchino/sticky-pull-request-comment@v3
4040
with:
4141
header: Commit Comment
4242
message: |
4343
⚠️ Commit Message Format Issues ⚠️
4444
${{ env.check_results }}
4545
- name: Clear PR Comment
4646
if: success()
47-
uses: marocchino/sticky-pull-request-comment@v2
47+
uses: marocchino/sticky-pull-request-comment@v3
4848
with:
4949
header: Commit Comment
5050
hide: true

0 commit comments

Comments
 (0)