diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 110d75d5011b..1410c508d562 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: