Skip to content

Commit

Permalink
Merge pull request #30 from wilhelm-lab/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elopment/mshick/add-pr-comment-2

[DEPENDABOT]: Bump mshick/add-pr-comment from 1 to 2
  • Loading branch information
picciama authored Apr 12, 2024
2 parents 578ab07 + 0d28721 commit 2effc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_master_branch_protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# NOTE - this may not work if the PR is coming from a fork, due to limitations in GitHub actions secrets
- name: Post PR comment
if: failure()
uses: mshick/add-pr-comment@v1
uses: mshick/add-pr-comment@v2
with:
message: |
Hi @${{ github.event.pull_request.user.login }},
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# NOTE - this may not work if the PR is coming from a fork, due to limitations in GitHub actions secrets
- name: Post PR comment
if: failure()
uses: mshick/add-pr-comment@v1
uses: mshick/add-pr-comment@v2
with:
message: |
Hi @${{ github.event.pull_request.user.login }},
Expand Down

0 comments on commit 2effc62

Please sign in to comment.