automerge pat

This commit is contained in:
Chris Titus
2026-02-18 14:16:07 -06:00
parent 97d3ada895
commit 9ab1c6bbd3

View File

@@ -21,7 +21,7 @@ jobs:
run: gh pr review "$PR_NUMBER" --approve run: gh pr review "$PR_NUMBER" --approve
env: env:
PR_NUMBER: ${{ github.event.pull_request.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.AUTO_MERGE }}
- name: Enable auto-merge - name: Enable auto-merge
run: gh pr merge "$PR_NUMBER" --squash --auto run: gh pr merge "$PR_NUMBER" --squash --auto