Skip to content

Commit

Permalink
Try setting up auto-merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLuckyCoder committed Mar 31, 2021
1 parent 58473e6 commit 5d5c790
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
27 changes: 0 additions & 27 deletions .github/workflows/dependabot.yml

This file was deleted.

0 comments on commit 5d5c790

Please sign in to comment.