2020-08-06 15:49:31 +00:00
|
|
|
name: auto-merge
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
auto-merge:
|
|
|
|
runs-on: ubuntu-latest
|
2020-09-10 00:59:21 +00:00
|
|
|
if: github.actor == 'dependabot[bot]'
|
2020-08-06 15:49:31 +00:00
|
|
|
steps:
|
2020-09-09 23:34:36 +00:00
|
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v2.0.1
|
2020-08-06 15:49:31 +00:00
|
|
|
with:
|
2020-08-08 23:35:39 +00:00
|
|
|
target: minor
|
2020-08-22 01:39:58 +00:00
|
|
|
github-token: ${{ secrets.PAT }}
|