Skip to content

Commit

Permalink
optimize dependabot_automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Nov 14, 2022
1 parent df568c1 commit 2bba6b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
branches:
- 'dependabot/**'

permissions:
contents: write
Expand All @@ -8,6 +11,7 @@ permissions:
jobs:
wait_for_checks:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Wait for check is finished
uses: lewagon/[email protected]
Expand Down

0 comments on commit 2bba6b2

Please sign in to comment.