1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Approve repo-sync and translation PRs with docubot (#21876)

This commit is contained in:
James M. Greene
2021-10-04 12:37:07 -05:00
committed by GitHub
parent 307e8094ec
commit 4ff2354ada
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ jobs:
if: ${{ steps.find-pull-request.outputs.number }}
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DOCUBOT_REPO_PAT }}
number: ${{ steps.find-pull-request.outputs.number }}
# Because we get far too much spam ;_;

View File

@@ -47,7 +47,7 @@ jobs:
name: Approve Pull Request
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DOCUBOT_REPO_PAT }}
number: ${{ steps.pr.outputs.number }}
- if: ${{ !steps.has-label.outputs.result }}
name: Add automerge label