Skip to content

Commit

Permalink
feat: added auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Nov 8, 2023
1 parent 7f2bd59 commit 5aa33cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Auto-Merge Dependabot PRs

on:
pull_request:
types:
- opened
- synchronize

jobs:
auto_merge:
Expand All @@ -15,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Auto-Merge PR
uses: pascalgn/automerge-action@v0.13.1
uses: pascalgn/automerge-action@v0.13
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
label: "dependabot"
Expand Down

0 comments on commit 5aa33cf

Please sign in to comment.