Skip to content

Commit

Permalink
build(deps): bump marocchino/sticky-pull-request-comment from 2.9.0 t…
Browse files Browse the repository at this point in the history
…o 2.9.1 (#149)
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent befa79b commit 8d7aefc
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #use 2.9.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 #use 2.9.1 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.1
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@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #use 2.9.0 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 #use 2.9.1 https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.1
with:
header: pr-title-lint-error
delete: true
Expand Down

0 comments on commit 8d7aefc

Please sign in to comment.