Skip to content

Commit 06fb2ed

Browse files
authored
Update main.yml
1 parent a9ddcf0 commit 06fb2ed

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ jobs:
1010
if: "github.event.name == 'pull_request_target' && github.actor == 'dependabot[bot]'"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Approve
14-
uses: hmarr/auto-approve-action@v3.1.0
13+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1514
with:
16-
github-token: "${{ secrets.GITHUB_TOKEN }}"
17-
- name: Merge
18-
uses: pascalgn/automerge-action@v0.15.6
19-
env:
20-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21-
MERGE_LABELS: "dependencies"
22-
MERGE_METHOD: "squash"
15+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)