From 28bb7ed2d938d6bec3fe6bd540ba3b226180ad29 Mon Sep 17 00:00:00 2001 From: Alexander Marshalov <_@marshalov.org> Date: Tue, 1 Aug 2023 16:49:08 +0200 Subject: [PATCH] CI for docs: disable automerge --- .github/workflows/docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ceb31d09..cb6dfe41 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -87,7 +87,6 @@ jobs: git commit -S -m "Automatic update operator docs from ${GITHUB_REPOSITORY}@${VM_GIT_COMMIT_SHA}" git push origin ${VM_GIT_BRANCH_NAME} gh pr create -f - gh pr merge ${VM_GIT_BRANCH_NAME} --auto --squash working-directory: "__vm-docs-repo" env: GITHUB_TOKEN: ${{ secrets.VM_BOT_GH_TOKEN }}