Skip to content

Commit

Permalink
build(deps): bump marocchino/sticky-pull-request-comment from 2.5.0 t…
Browse files Browse the repository at this point in the history
…o 2.9.0 (#70)
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 2c494de commit 92e9a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Comments the error message from the above lint_pr_title action
- if: ${{ always() && steps.lint_pr_title.outputs.error_message != null && !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor)}}
name: Comment on PR
uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd #use 2.5.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.5.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #use 2.9.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
with:
header: pr-title-lint-error
GITHUB_TOKEN: ${{ secrets.GH_TOKEN}}
Expand All @@ -40,7 +40,7 @@ jobs:
# deletes the error comment if the title is correct
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
name: delete the comment
uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd #use 2.5.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.5.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #use 2.9.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
with:
header: pr-title-lint-error
delete: true
Expand Down

0 comments on commit 92e9a5b

Please sign in to comment.