Skip to content

chore: P0 plan housekeeping (deep-scan report + uv.lock sync) #164

chore: P0 plan housekeeping (deep-scan report + uv.lock sync)

chore: P0 plan housekeeping (deep-scan report + uv.lock sync) #164

Workflow file for this run

name: Auto merge
on:
pull_request:
types: [opened, reopened, ready_for_review]
permissions: {}
jobs:
enable:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- run: gh pr merge --auto --squash --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}