Skip to content

Commit

Permalink
build: fix CQ after latest ncu release
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mmarchini authored and danielleadams committed Oct 6, 2020
1 parent 95c62a1 commit f36476d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit-queue.yml
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# Needs the whole git history for ncu to work
# See https://github.com/nodejs/node-core-utils/pull/486
fetch-depth: 0
# A personal token is required because pushing with GITHUB_TOKEN will
# prevent commits from running CI after they land on master. It needs
# to be set here because `checkout` configures GitHub authentication
Expand Down

0 comments on commit f36476d

Please sign in to comment.