Skip to content

Commit

Permalink
Bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0
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.8.0 to 2.9.0.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@v2.8.0...v2.9.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 Feb 1, 2024
1 parent 9f3297d commit b38edcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
!contains(fromJson('[ "dependabot[bot]", "dependabot-preview[bot]",
"allcontributors"]'), github.actor)}}
name: Comment on PR
uses: marocchino/sticky-pull-request-comment@v2.8.0
uses: marocchino/sticky-pull-request-comment@v2.9.0
with:
header: pr-title-lint-error
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
```
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
name: delete the comment
uses: marocchino/sticky-pull-request-comment@v2.8.0
uses: marocchino/sticky-pull-request-comment@v2.9.0
with:
header: pr-title-lint-error
delete: true
Expand Down

0 comments on commit b38edcd

Please sign in to comment.