Merge pull request #23 from linuxserver/dependabot/github_actions/peter-evans/create-or-update-comment-3.0.0

Bump peter-evans/create-or-update-comment from 2.1.1 to 3.0.0
This commit is contained in:
Eric Nemchik 2023-04-14 14:46:52 -05:00 committed by GitHub
commit 29c81bdf59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
issues: write
steps:
- name: Add comment on invalid
uses: peter-evans/create-or-update-comment@v2.1.1
uses: peter-evans/create-or-update-comment@v3.0.0
with:
issue-number: ${{ github.event.issue.number}}
body: |

View File

@ -101,7 +101,7 @@ jobs:
run: |
echo 'PR [#${{ github.event.pull_request.number }}](${{ github.event.pull_request.html_url }}) is added to [project](https://github.com/orgs/linuxserver/projects/8) column "PRs Approved"' >> $GITHUB_STEP_SUMMARY
- name: Add Comment on Invalid Labeling
uses: peter-evans/create-or-update-comment@v2.1.1
uses: peter-evans/create-or-update-comment@v3.0.0
if: ${{ github.event_name == 'issues' && github.event.issue.state == 'open' && github.event.label.name == 'invalid' && contains(github.event.issue.labels.*.name, 'invalid') }}
with:
issue-number: ${{ github.event.issue.number}}