Skip to content

Bump actions/checkout from 5.0.0 to 6.0.1 #26

Bump actions/checkout from 5.0.0 to 6.0.1

Bump actions/checkout from 5.0.0 to 6.0.1 #26

name: dependabot_automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
jobs:
pull_request:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: 自动合并 dependabot[bot] 提交的 Pull Request
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"
MERGE_LABELS: ""
MERGE_METHOD: "squash"