Skip to content

Commit ae4993e

Browse files
chore: Bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 (#50)
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 266db88 commit ae4993e

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

0 commit comments

Comments
 (0)