Skip to content

Commit 1cb35e0

Browse files
chore: bump marocchino/sticky-pull-request-comment from 2.9.1 to 2.9.2 (#88)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@52423e0...67d0dec) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.2 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 e930920 commit 1cb35e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conv-commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:
2828
wip: true
29-
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
29+
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
3030
# Even if the lint_pr_title step fails, we should populate error message.
3131
if: always() && (steps.lint_pr_title.outputs.error_message != null)
3232
with:
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Delete the comment when the issue has been resolved
4444
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
45-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
45+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
4646
with:
4747
header: pr-title-lint
4848
delete: true

0 commit comments

Comments
 (0)