We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ddcf0 commit 06fb2edCopy full SHA for 06fb2ed
.github/workflows/main.yml
@@ -10,13 +10,6 @@ jobs:
10
if: "github.event.name == 'pull_request_target' && github.actor == 'dependabot[bot]'"
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Approve
14
- uses: hmarr/auto-approve-action@v3.1.0
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
15
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"
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments