Skip to content

[BUMP] Update actions/checkout action to v4 (workflows) #366

[BUMP] Update actions/checkout action to v4 (workflows)

[BUMP] Update actions/checkout action to v4 (workflows) #366

Workflow file for this run

name: automerge check
on:
pull_request:
types:
- labeled
- unlabeled
check_suite:
types:
- completed
status:
types:
- success
permissions:
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: 1024pix/pix-actions/auto-merge@v0
with:
auto_merge_token: "${{ secrets.GITHUB_TOKEN }}"