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 97a727c commit 1a3d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

merge:
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
need: check
needs: check
name: Dependabot Auto Merge
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1a3d75a

Please sign in to comment.