Skip to content

Commit 78259b6

Browse files
juanarbolMylesBorins
authored andcommittedOct 14, 2020
doc: add doc for starting ci job via label
PR-URL: #35551 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
1 parent a3c7f8e commit 78259b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎doc/guides/collaborator-guide.md

+6
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,12 @@ Copy/paste the URL for the job into a comment in the pull request.
244244
[`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
245245
is an exception where the GitHub bot will automatically post for you.
246246

247+
The [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
248+
CI job can be started by adding the `request-ci` label into the pull request.
249+
Once this label is added, `github-actions bot` will start
250+
the `node-test-pull-request` automatically. If the `github-actions bot`
251+
is unable to start the job, it will update the label with `request-ci-failed`.
252+
247253
### Internal vs. public API
248254

249255
All functionality in the official Node.js documentation is part of the public

0 commit comments

Comments
 (0)
Please sign in to comment.