Skip to content

Commit

Permalink
fix(ci): prevent manual merges by passing target as action input
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Aug 7, 2022
1 parent 78fa109 commit d01bfce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/auto-merge.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
target: all

release:
name: Release
Expand Down

0 comments on commit d01bfce

Please sign in to comment.