Skip to content

Commit 9917381

Browse files
chore: Bump marocchino/sticky-pull-request-comment from 2.9.3 to 2.9.4 (#55)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@d2ad0de...7737449) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 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 ae4993e commit 9917381

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@d2ad0de260ae8b0235ce059e63f2949ba9e05943
46+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
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@d2ad0de260ae8b0235ce059e63f2949ba9e05943
66+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
6767
with:
6868
header: pr-title-lint-error
6969
delete: true

0 commit comments

Comments
 (0)