Skip to content

chore: update CI template #48

chore: update CI template

chore: update CI template #48

Workflow file for this run

# This file is generated from athackst/ci/template/.github/workflows/pr_automerge.yml.jinja.
# Do not edit directly; update the template instead.
name: PR Automerge
on:
pull_request_target:
types:
- labeled
- unlabeled
concurrency:
group: "pr-automerge-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: false
jobs:
pr-automerge:
if: ${{ github.event.pull_request.state == 'open' }}
permissions:
contents: write
pull-requests: write
checks: read
uses: athackst/ci/.github/workflows/automerge.yml@main
with:
automerge-mode: poll
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}