Skip to content

[Sync Iteration] c/rail-fence-cipher/1 #27

[Sync Iteration] c/rail-fence-cipher/1

[Sync Iteration] c/rail-fence-cipher/1 #27

Workflow file for this run

name: Auto Merge Bot PRs
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'exercism-solutions-syncer[bot]'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Auto merge
run: |
gh pr merge ${{ github.event.pull_request.number }} --merge --auto --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}