Skip to content

Commit cdcf5b2

Browse files
chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#164)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d1e87d commit cdcf5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: marocchino/sticky-pull-request-comment@v2
20+
- uses: marocchino/sticky-pull-request-comment@v3
2121
# When the previous steps fails, the workflow would stop. By adding this
2222
# condition you can continue the execution with the populated error message.
2323
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -31,7 +31,7 @@ jobs:
3131
```
3232
# Delete a previous comment when the issue has been resolved
3333
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
34-
uses: marocchino/sticky-pull-request-comment@v2
34+
uses: marocchino/sticky-pull-request-comment@v3
3535
with:
3636
header: pr-title-lint-error
3737
delete: true

0 commit comments

Comments
 (0)