From cabb51ff56f0c39d3b4eb8531fb9d55eb93a1db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 02:06:42 +0000 Subject: [PATCH] Bump juliangruber/approve-pull-request-action from 1 to 1.1.1 Bumps [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) from 1 to 1.1.1. - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](https://github.com/juliangruber/approve-pull-request-action/compare/c530832d4d346c597332e20e03605aa94fa150a8...2e3a01bea165781841c2ebaf0a8b3202557383e2) --- updated-dependencies: - dependency-name: juliangruber/approve-pull-request-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 58d7ff05ac1d..f941f78709dc 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -83,7 +83,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@2e3a01bea165781841c2ebaf0a8b3202557383e2 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 cb661982e438..74d07d317605 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -144,7 +144,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@2e3a01bea165781841c2ebaf0a8b3202557383e2 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 2a59e11c0ff6..0d6d80ec9138 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -75,7 +75,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@2e3a01bea165781841c2ebaf0a8b3202557383e2 with: github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.create-pull-request.outputs.pull-request-number }}