diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index b130ad494fe..1f334e252f7 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -28,9 +28,9 @@ jobs: git -c user.name="GitHub" -c user.email="noreply@github.com" commit --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" -m"Fix package.json" | sed -n 1p || true git push if [[ $(git diff --stat "$(git log -1 --skip=2 --format=%H)" "$(git log -1 --format=%H)" --) -eq 0 ]]; then - echo "automerge_pull_action=close" >> "$GITHUB_ENV" + #echo "automerge_pull_action=close" >> "$GITHUB_ENV" else - echo "automerge_pull_action=merge" >> "$GITHUB_ENV" + #echo "automerge_pull_action=merge" >> "$GITHUB_ENV" fi fi - name: automerge