From eed6e52964c5d6d70cbf74c6e1fb3cb2188c521b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:47:45 +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 dcc4effb325c0b503408619918d56e40653dcc91. - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](https://github.com/juliangruber/approve-pull-request-action/compare/c530832d4d346c597332e20e03605aa94fa150a8...dcc4effb325c0b503408619918d56e40653dcc91) --- 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/update-graphql-files.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index e7286077e51e..ba3ffa630f2a 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -87,7 +87,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@dcc4effb325c0b503408619918d56e40653dcc91 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 851e2926e8af..38cd0514ad6c 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -239,7 +239,7 @@ jobs: - name: Approve pull request if: ${{ steps.find-pull-request.outputs.number && steps.pr-files.outputs.count != '0' }} - uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8 + uses: juliangruber/approve-pull-request-action@dcc4effb325c0b503408619918d56e40653dcc91 with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.find-pull-request.outputs.number }} diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index ea335997a42a..4ddc6ac39ffa 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -82,7 +82,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@dcc4effb325c0b503408619918d56e40653dcc91 with: github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.create-pull-request.outputs.pull-request-number }}