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

This commit is contained in:
Adam 2025-10-04 10:20:02 +01:00 committed by GitHub
commit 456587f4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ jobs:
fi
- name: Add GHCR push comment to PR
uses: peter-evans/create-or-update-comment@v4.0.0
uses: peter-evans/create-or-update-comment@v5.0.0
if: ${{ env.GITHUB_REPO == format('{0}/{1}', github.event.pull_request.base.repo.owner.login, github.event.pull_request.base.repo.name) && env.CR_USER && env.CR_PAT }}
with:
token: ${{ secrets.CR_PAT }}

View File

@ -10,7 +10,7 @@ jobs:
issues: write
steps:
- name: Add comment on invalid
uses: peter-evans/create-or-update-comment@v4.0.0
uses: peter-evans/create-or-update-comment@v5.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@v4.0.0
uses: peter-evans/create-or-update-comment@v5.0.0
if: ${{ github.event_name == 'issues' && github.event.issue.state == 'open' && github.event.label.name == 'invalid' && contains(github.event.issue.labels.*.name, 'invalid') && ! contains(github.event.issue.labels.*.name, 'closed-pr-activity') }}
with:
issue-number: ${{ github.event.issue.number}}