diff --git a/sync-branches/action.yaml b/sync-branches/action.yaml index 5f4932c5..58f8565a 100644 --- a/sync-branches/action.yaml +++ b/sync-branches/action.yaml @@ -78,7 +78,7 @@ runs: shell: bash - name: Enable auto-merge - if: ${{ inputs.auto-merge-method != '' && steps.create-pr.outputs.pull-request-operation == 'created' }} + # if: ${{ inputs.auto-merge-method != '' && steps.create-pr.outputs.pull-request-operation == 'created' }} uses: peter-evans/enable-pull-request-automerge@v1 with: token: ${{ inputs.token }}