Skip to content

Commit

Permalink
Approve repo-sync and translation PRs with docubot (github#21876)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene authored Oct 4, 2021
1 parent 307e809 commit 4ff2354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;_;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ff2354

Please sign in to comment.