Skip to content

Commit 9d297a2

Browse files
chore: Bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 (#1916)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@efaaab3...331f8f5) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e895901 commit 9d297a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
The subject "{subject}" found in the pull request title "{title}"
4444
didn't match the configured pattern. Please ensure that the subject
4545
starts with an uppercase character.
46-
- uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd
46+
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
4747
# When the previous steps fails, the workflow would stop. By adding this
4848
# condition you can continue the execution with the populated error message.
4949
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -63,7 +63,7 @@ jobs:
6363
```
6464
# Delete a previous comment when the issue has been resolved
6565
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
66-
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd
66+
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
6767
with:
6868
header: pr-title-lint-error
6969
delete: true

0 commit comments

Comments
 (0)