Skip to content

Commit

Permalink
Merge pull request #15 from systemli/add_dependabot_automerge
Browse files Browse the repository at this point in the history
Add dependabot automerge
  • Loading branch information
xshadow authored Dec 30, 2021
2 parents 07567ba + 87096d3 commit a086cc3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto Merge

on:
pull_request_target:

jobs:
auto-merge:
name: Merge Automatically
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]

- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

0 comments on commit a086cc3

Please sign in to comment.