From a28e6bf5d43a1c19703247b27dc202de23df4602 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/39384#issuecomment-881564491 PR-URL: https://github.com/nodejs/node/pull/39411 Reviewed-By: Michaël Zasso Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig --- 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