Skip to content

Commit

Permalink
chore(template): update .github/workflows/auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 4, 2021
1 parent 3d9aa6d commit 5cd316f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: auto-merge

on: pull_request

jobs:
auto-merge:
timeout-minutes: 5

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 5cd316f

Please sign in to comment.