Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Create remove-auto-merge.yml #27

Create remove-auto-merge.yml

Create remove-auto-merge.yml #27

Workflow file for this run

name: Multi-branch
on:
push:
jobs:
multi-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v6
env:
SHA: '${{env.parentSHA}}'
with:
script: |
const script = require('./.github/workflows/multi-branch.js')
await script({github, context, core})