diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 3ffac874a333..4ead4716df45 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -167,7 +167,7 @@ jobs: steps: - name: Enable auto-merge feature if: ${{ needs.verification-summary.outputs.result == 'success' }} - uses: reitermarkus/automerge@v2.1.2 + uses: reitermarkus/automerge@v2.2.0 with: # Necessary to trigger CD workflow token: ${{ secrets.BITNAMI_BOT_TOKEN }}