From 99d65ecbee19dfb93938afd410227e228b5d9b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:24:42 +0200 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment (#3951) Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/f61b6cf21ef2fcc468f4345cdfcc9bda741d2343...f6a2580ed520ae15da6076e7410b088d1c5dddd9) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4a4e81e78..254861f8d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -134,7 +134,7 @@ jobs: - name: Add comment to PR if: github.repository == 'verdaccio/verdaccio' id: comment_to_pr - uses: marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2 + uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ github.event.issue.number }}