Skip to content

Commit

Permalink
chore: use reusable auto-merge (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling authored Dec 3, 2021
1 parent 2dc54ae commit c275dd4
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: auto-merge

on:
pull_request:
name: "auto-merge"
on: [pull_request_target]

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.GH_TOKEN }}
auto-merge:
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit c275dd4

Please sign in to comment.