Skip to content

Commit

Permalink
[Tool] Enable pr automerge by PAT (#35639)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyziye authored Nov 23, 2023
1 parent 18531e2 commit 0ca0132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: automerge
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase

Expand All @@ -208,4 +208,4 @@ jobs:
- name: CHECK CHANGELIST
run: |
rm -rf ./ci-tool && cp -rf /var/lib/ci-tool ./ci-tool && cd ci-tool && git pull && source lib/init.sh
./bin/check-pr-changelist.sh
./bin/check-pr-changelist.sh

0 comments on commit 0ca0132

Please sign in to comment.