1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Approve PRs with GITHUB_TOKEN again (#22211)

This commit is contained in:
Robert Sese
2021-10-18 11:14:51 -05:00
committed by GitHub
parent 5c02e919bb
commit a8b8e1af46
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.DOCUBOT_REPO_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.find-pull-request.outputs.number }}
# Because we get far too much spam ;_;

View File

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