File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package.json @github/docs-engineering
1919/.github /workflows /create-translation-batch-pr.yml @ github/docs-localization
2020/.github /workflows /crowdin.yml @ github/docs-localization
2121/crowdin * .yml @ github/docs-engineering @ github/docs-localization
22- /translations / @ github/docs-engineering @ github/docs-localization
23- /translations /log / @ github/docs-localization
22+ /translations / @ github/docs-engineering @ github/docs-localization @ Octomerger
23+ /translations /log / @ github/docs-localization @ Octomerger
2424
2525# Site Policy
2626/content /github /site-policy / @ github/site-policy-admins
Original file line number Diff line number Diff line change @@ -175,13 +175,13 @@ jobs:
175175 - name : Approve PR
176176 if : github.ref_name == 'main'
177177 env :
178- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
178+ GITHUB_TOKEN : ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
179179 run : gh pr review --approve || echo "Nothing to approve"
180180
181181 - name : Set auto-merge
182182 if : github.ref_name == 'main'
183183 env :
184- GITHUB_TOKEN : ${{ secrets.DOCUBOT_REPO_PAT }}
184+ GITHUB_TOKEN : ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
185185 run : gh pr merge ${{ steps.set-branch.outputs.BRANCH_NAME }} --auto --squash || echo "Nothing to merge"
186186
187187 # When the maximum execution time is reached for this job, Actions cancels the workflow run.
You can’t perform that action at this time.
0 commit comments