diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index 58d7ff05ac1d..6fec95dea984 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@7fe82d31f1eb34802f643fe364be127870386256 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..5135ee304310 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@7fe82d31f1eb34802f643fe364be127870386256 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..0b09991f6dc2 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@7fe82d31f1eb34802f643fe364be127870386256 with: github-token: ${{ secrets.DOCUBOT_REPO_PAT }} number: ${{ steps.create-pull-request.outputs.pull-request-number }}