2022-03-30 09:58:38 +00:00
|
|
|
name: Auto-Merge
|
|
|
|
on:
|
|
|
|
pull_request_target
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
enable-auto-merge:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
2022-09-09 00:23:21 +00:00
|
|
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
2022-03-30 09:58:38 +00:00
|
|
|
steps:
|
|
|
|
- uses: alexwilson/enable-github-automerge-action@main
|
|
|
|
with:
|
|
|
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|