Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-09 02:00:54 +00:00 committed by GitHub
parent 3b1a7b55a7
commit a1469fd7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ jobs:
echo "ghcr.io/${ENDPOINT}:pull_request_${{ github.event.pull_request.number }}" >> $GITHUB_STEP_SUMMARY
- name: Add GHCR push comment to PR
uses: peter-evans/create-or-update-comment@v3.0.1
uses: peter-evans/create-or-update-comment@v3.0.2
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@v3.0.1
uses: peter-evans/create-or-update-comment@v3.0.2
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@v3.0.1
uses: peter-evans/create-or-update-comment@v3.0.2
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}}