Skip to content

Compile Windows Portable and Installer #1

Compile Windows Portable and Installer

Compile Windows Portable and Installer #1

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."