Skip to content

Commit

Permalink
update docs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Feb 25, 2023
1 parent 0d091c3 commit 0beb40a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,7 @@ permissions:
pull-requests: write

jobs:
wait_for_checks:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Wait for check is finished
uses: lewagon/[email protected]
id: wait_for_checks
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
running-workflow-name: wait_for_checks
check-regexp: Tests
repo-token: ${{ secrets.PR_TOKEN }}
wait-interval: 10
dependabot:
needs: [wait_for_checks]
name: Dependabot auto-merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
Expand Down

0 comments on commit 0beb40a

Please sign in to comment.