Skip to content

Commit

Permalink
Merge pull request #521 from denis-tingaikin/fix-issue-475-part2
Browse files Browse the repository at this point in the history
use merge-me-action with retries instead of automerge-action
  • Loading branch information
edwarnicke authored Mar 15, 2021
2 parents 448adf7 + aad4bdf commit af5f836
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
run: |
find . -type f ! -name '*.yaml' ! -name '*.yml' -exec git diff --exit-code origin/main -- {} +
- name: Automerge nsmbot PR
uses: "pascalgn/automerge-action@v0.13.1"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
uses: ridedott/merge-me-action@master
with:
MAXIMUM_RETRIES: 10
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update-dependent-repositories:
strategy:
matrix:
Expand Down

0 comments on commit af5f836

Please sign in to comment.