Skip to content

Commit

Permalink
Create pull_request_target.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone authored Dec 9, 2021
1 parent 2b85953 commit b0a6b3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull_request_target.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.GITHUB_TOKEN }}

0 comments on commit b0a6b3c

Please sign in to comment.