9
.github/workflows/dependabot-merge.yml
vendored
9
.github/workflows/dependabot-merge.yml
vendored
@@ -9,16 +9,7 @@ jobs:
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Wait for status checks'
|
||||
id: waitforstatuschecks
|
||||
uses: WyriHaximus/github-action-wait-for-status@v1
|
||||
with:
|
||||
ignoreActions: Merge me!
|
||||
checkInterval: 180
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Merge me!
|
||||
if: steps.waitforstatuschecks.outputs.status == 'success'
|
||||
uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
target: minor
|
||||
|
||||
Reference in New Issue
Block a user