dev: Switch to Mealie bot for auto-merging (#6978)

This commit is contained in:
Michael Genson
2026-01-31 22:42:03 -06:00
committed by GitHub
parent a5d4cae6d0
commit a59511cc81

View File

@@ -94,9 +94,16 @@ jobs:
--approve \
--body "Auto-approved: l10n PR from trusted author with valid file paths"
- name: Generate GitHub App Token
id: app-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.COMMIT_BOT_APP_ID }}
private-key: ${{ secrets.COMMIT_BOT_APP_PRIVATE_KEY }}
- name: Enable auto-merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
PR_NUMBER: ${{ github.event.pull_request.number }}
REPO: ${{ github.repository }}
run: |