mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-29 17:07:43 -04:00
chore(github-actions): bump peter-evans/create-or-update-comment
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Yagiz Nizipli
parent
52bfbfd2f3
commit
d42ca40520
2
pacquet/.github/workflows/benchmark.yml
vendored
2
pacquet/.github/workflows/benchmark.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Create or update comment
|
||||
# Check if the event is not triggered by a fork
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
edit-mode: replace
|
||||
|
||||
Reference in New Issue
Block a user