Skip to content

Commit d01bfce

Browse files
committed
fix(ci): prevent manual merges by passing target as action input
1 parent 78fa109 commit d01bfce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/auto-merge.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
- uses: ahmadnassri/action-dependabot-auto-merge@v2
144144
with:
145145
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
146+
target: all
146147

147148
release:
148149
name: Release

0 commit comments

Comments
 (0)