Skip to content

chore(deps): update actions/checkout action to v4.2.0 #1342

chore(deps): update actions/checkout action to v4.2.0

chore(deps): update actions/checkout action to v4.2.0 #1342

name: Enable auto-merge
on:
pull_request:
types:
- opened
- labeled
- synchronize
jobs:
enable:
name: Enable auto-merge
if: |
( github.event.action == 'labeled' && github.event.label.name == 'deploy:auto-merge' ) ||
( github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'deploy:auto-merge') )
uses: ./.github/workflows/auto-merge.yaml
with:
pullRequestId: ${{ github.event.pull_request.node_id }}