From 1eb9b5d76332e5820552978097c92ed97954d515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 05:02:57 +0000 Subject: [PATCH] Bump juliangruber/approve-pull-request-action Bumps [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) from c530832d4d346c597332e20e03605aa94fa150a8 to 6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e. - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](https://github.com/juliangruber/approve-pull-request-action/compare/c530832d4d346c597332e20e03605aa94fa150a8...6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e) --- updated-dependencies: - dependency-name: juliangruber/approve-pull-request-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/enterprise-dates.yml | 2 +- .github/workflows/repo-sync.yml | 2 +- .github/workflows/translations.yml | 2 +- .github/workflows/update-graphql-files.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index b2f2aa15925e..8b1533bcf86e 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -77,7 +77,7 @@ jobs: - if: ${{ steps.create-pull-request.outputs.pull-request-number }} name: Approve - uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 + uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e with: github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.create-pull-request.outputs.pull-request-number }} diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 24eecc753a3b..18c8ae68eb41 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -141,7 +141,7 @@ jobs: - name: Approve pull request if: ${{ steps.find-pull-request.outputs.number }} - uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 + uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.find-pull-request.outputs.number }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 62b26084d92e..1feb71a9dc5f 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -48,7 +48,7 @@ jobs: } - if: ${{ !steps.has-label.outputs.result }} name: Approve Pull Request - uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 + uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.pr.outputs.number }} diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index e25e825907ce..ff67ed5e2e69 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -69,7 +69,7 @@ jobs: branches: graphql-schema-update - if: ${{ steps.create-pull-request.outputs.pull-request-number }} name: Approve - uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 + uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e with: github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.create-pull-request.outputs.pull-request-number }}