Skip to content

Commit

Permalink
general: update auto merge as per ahmadnassri/action-dependabot-auto-…
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed May 19, 2021
1 parent 45ede01 commit 849a6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: auto-merge

on:
pull_request:
pull_request_target:

jobs:
auto-merge:
name: Dependabot Auto Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down

0 comments on commit 849a6e6

Please sign in to comment.