Skip to content

Commit

Permalink
use merge-me-action with retries instread of automerge-action
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 15, 2021
1 parent a0256be commit aad4bdf
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 aad4bdf

Please sign in to comment.