From caa31377442d4f22262af9a15681543cefaa67ab Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 16 Jul 2021 10:39:11 -0700 Subject: [PATCH] doc: update commit-queue.md to indicate GitHub Actions are checked Refs: https://github.com/nodejs/node/pull/39384#issuecomment-881564491 --- doc/guides/commit-queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/commit-queue.md b/doc/guides/commit-queue.md index eeddb361a1b0c1..6d81ee8e652d2c 100644 --- a/doc/guides/commit-queue.md +++ b/doc/guides/commit-queue.md @@ -49,7 +49,7 @@ of the commit queue: option 2. A CI must've ran and succeeded since the last change on the PR 3. A collaborator must have approved the PR since the last change -4. Only Jenkins CI is checked (Actions, V8 CI and CITGM are ignored) +4. Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored) ## Implementation