Skip to content

chore: update CI template #16

chore: update CI template

chore: update CI template #16

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:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
concurrency:
group: "pr-automerge-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: true
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
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}