Skip to content

Commit f36476d

Browse files
mmarchinidanielleadams
authored andcommitted
build: fix CQ after latest ncu release
The new behavior of node-core-utils (which fetches the merge commit instead of fetching the patch files) requires the whole repo to be cloned, instead of just the last commit. PR-URL: #35468 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 95c62a1 commit f36476d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commit-queue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
with:
24+
# Needs the whole git history for ncu to work
25+
# See https://github.com/nodejs/node-core-utils/pull/486
26+
fetch-depth: 0
2427
# A personal token is required because pushing with GITHUB_TOKEN will
2528
# prevent commits from running CI after they land on master. It needs
2629
# to be set here because `checkout` configures GitHub authentication

0 commit comments

Comments
 (0)