mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore(deps): bump marocchino/sticky-pull-request-comment from 1 to 2 (#3116)
* chore(deps): bump marocchino/sticky-pull-request-comment from 1 to 2 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 1 to 2. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: remove previous message enabled Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
6de8d61527
commit
1fafb266bd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/website.yml
vendored
3
.github/workflows/website.yml
vendored
|
@ -130,10 +130,11 @@ jobs:
|
||||||
|
|
||||||
- name: Add comment to PR
|
- name: Add comment to PR
|
||||||
id: comment_to_pr
|
id: comment_to_pr
|
||||||
uses: marocchino/sticky-pull-request-comment@v1
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
number: ${{ github.event.issue.number }}
|
number: ${{ github.event.issue.number }}
|
||||||
|
delete: true
|
||||||
header: lighthouse
|
header: lighthouse
|
||||||
message: |
|
message: |
|
||||||
${{ steps.format_lighthouse_score.outputs.comment }}
|
${{ steps.format_lighthouse_score.outputs.comment }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue