From 78259b6519f2768aa6b6080bb8e6ef9f2b2170e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Wed, 7 Oct 2020 17:42:27 -0500 Subject: [PATCH] doc: add doc for starting ci job via label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35551 Reviewed-By: Jiawen Geng Reviewed-By: Rich Trott Reviewed-By: Shelley Vohr Reviewed-By: Gerhard Stöbich Reviewed-By: Michael Dawson Reviewed-By: Anto Aravinth --- doc/guides/collaborator-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md index b6080292713fdd..8b40efaa5543d6 100644 --- a/doc/guides/collaborator-guide.md +++ b/doc/guides/collaborator-guide.md @@ -244,6 +244,12 @@ Copy/paste the URL for the job into a comment in the pull request. [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/) is an exception where the GitHub bot will automatically post for you. +The [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/) +CI job can be started by adding the `request-ci` label into the pull request. +Once this label is added, `github-actions bot` will start +the `node-test-pull-request` automatically. If the `github-actions bot` +is unable to start the job, it will update the label with `request-ci-failed`. + ### Internal vs. public API All functionality in the official Node.js documentation is part of the public