From a895b25491a8841d852632e65ca8c689f317ea9e Mon Sep 17 00:00:00 2001 From: Mestery Date: Sat, 27 Nov 2021 11:00:22 +0100 Subject: [PATCH] Update commit-queue.yml --- .github/workflows/commit-queue.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index 11a4bf328328e3..d732cae8f5e87b 100644 --- a/.github/workflows/commit-queue.yml +++ b/.github/workflows/commit-queue.yml @@ -56,11 +56,6 @@ jobs: ncu-config set repo "${REPOSITORY}" ncu-config set owner "${OWNER}" - - name: Start the commit queue - run: ./tools/actions/commit-queue.sh ${OWNER} ${REPOSITORY} $(echo '${{ steps.get_mergable_pull_requests.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]') - env: - GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} - - name: Get Pull Requests and start the commit queue run: | PRs=$(gh pr list \