php-fpm-exporter/.github/workflows/auto-merge.yml

14 lines
320 B
YAML
Raw Permalink Normal View History

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]'
steps:
- uses: alexwilson/enable-github-automerge-action@main
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"