Skip to content

ci: sync with template repository #45

ci: sync with template repository

ci: sync with template repository #45

Workflow file for this run

name: Merge
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Check
uses: liblaf/template/.github/actions/check@main
merge:
name: Merge
permissions:
contents: write
pull-requests: write
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Enable Auto-Merge (Squash)
uses: liblaf/template/.github/actions/merge@main
with:
pr: ${{ github.event.pull_request.html_url }}
user: ${{ github.event.pull_request.user.login }}