Skip to content

fix: align config.schema.json defaults with Go source of truth #57 #34

fix: align config.schema.json defaults with Go source of truth #57

fix: align config.schema.json defaults with Go source of truth #57 #34

Workflow file for this run

name: Auto-merge PRs
on:
pull_request_target:
types: [opened, reopened]
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge (squash)
run: gh pr merge ${{ github.event.pull_request.number }} --auto --squash --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ github.token }}