Skip to content

Commit 4bd572c

Browse files
build(deps): bump marocchino/sticky-pull-request-comment (#418)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@67d0dec...d2ad0de) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c99e506 commit 4bd572c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Comment on the PR if the title doesn't follow the Conventional Commits specification
2121
if: always() && (steps.lint_pr_title.outputs.error_message != null)
22-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
22+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
2323
with:
2424
header: pr-title-lint-error
2525
message: |
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Delete the previous comment once the PR title has been updated
3737
if: ${{ steps.lint_pr_title.outputs.error_message == null }}
38-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
38+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
3939
with:
4040
header: pr-title-lint-error
4141
delete: true

0 commit comments

Comments
 (0)