Skip to content

Commit

Permalink
build(deps): bump marocchino/sticky-pull-request-comment
Browse files Browse the repository at this point in the history
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@v2.7.0...v2.8.0)

---
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]>
  • Loading branch information
dependabot[bot] authored and forquare committed Aug 21, 2023
1 parent 6886a48 commit 782df41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: marocchino/sticky-pull-request-comment@v2.7.0
- uses: marocchino/sticky-pull-request-comment@v2.8.0
if: always() && (steps.lint_pr_title.outputs.error_message != null)
with:
header: pr-title-lint-error
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2.7.0
uses: marocchino/sticky-pull-request-comment@v2.8.0
with:
header: pr-title-lint-error
delete: true

0 comments on commit 782df41

Please sign in to comment.