Skip to content

Bump ncipollo/release-action from 1.20.0 to 1.21.0 #38

Bump ncipollo/release-action from 1.20.0 to 1.21.0

Bump ncipollo/release-action from 1.20.0 to 1.21.0 #38

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"