2020-10-22 19:51:31 +02:00
|
|
|
name: auto-merge
|
|
|
|
|
|
|
|
on:
|
2021-05-08 14:26:11 +02:00
|
|
|
pull_request_target:
|
2020-10-22 19:51:31 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
auto-merge:
|
|
|
|
runs-on: ubuntu-latest
|
2021-05-08 14:26:11 +02:00
|
|
|
if: github.actor == 'dependabot[bot]'
|
2020-10-22 19:51:31 +02:00
|
|
|
steps:
|
2020-12-30 18:23:34 +01:00
|
|
|
- uses: actions/checkout@v2
|
2021-03-18 20:47:22 +01:00
|
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3.1
|
2020-10-22 19:51:31 +02:00
|
|
|
with:
|
|
|
|
target: minor
|
|
|
|
github-token: ${{ secrets.PR_AUTO_MERGE }}
|