Skip to content

feat: unify local and hosted authorization paths #871

feat: unify local and hosted authorization paths

feat: unify local and hosted authorization paths #871

name: Auto-merge Mintlify Bot PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
auto-merge:
if: github.actor == 'mintlify[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Enable auto-merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge "${{ github.event.pull_request.number }}" --repo "${{ github.repository }}" --auto --squash