Skip to content

gefyra 2.0.0

gefyra 2.0.0 #20

Workflow file for this run

name: Gefyra Patcher auto-merge
on:
pull_request_target:
types:
- opened
- reopened
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'gefyra-patcher' }}
steps:
- name: Enable auto-merge for gefyra-patcher PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}