Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
🐛 fix: 修正 自动合并 ci 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 15, 2021
1 parent 8526fd7 commit bebca35
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- run: yarn
- run: yarn build

merge:
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
need: check
name: Dependabot Auto Merge
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
command: merge
target: minor
github-token: ${{ secrets.GH_TOKEN }}
merge:
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
need: check
name: Dependabot Auto Merge
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
command: merge
target: minor
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit bebca35

Please sign in to comment.