Skip to content

Commit

Permalink
ci(github actions): switch from auto-approve to auto-merge (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay authored Dec 16, 2020
1 parent f669b38 commit 1198126
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/auto-approve-dependabot.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto merge Dependabot

on: pull_request

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Auto merge Dependabot
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.dependabot_token }}

0 comments on commit 1198126

Please sign in to comment.