Skip to content

Fix SQLITE_READONLY(8): move WAL/synchronous PRAGMAs out of intercept… #49

Fix SQLITE_READONLY(8): move WAL/synchronous PRAGMAs out of intercept…

Fix SQLITE_READONLY(8): move WAL/synchronous PRAGMAs out of intercept… #49

name: Auto-merge on approval
on:
pull_request_review:
types: [submitted]
jobs:
automerge:
if: ${{ github.event.review.state == 'approved' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
checks: read
steps:
- name: Auto-merge disabled
run: |
echo "Auto-merge on approval disabled."
echo "Please merge the PR manually after required checks and approvals pass."