We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c7f8e commit 78259b6Copy full SHA for 78259b6
doc/guides/collaborator-guide.md
@@ -244,6 +244,12 @@ Copy/paste the URL for the job into a comment in the pull request.
244
[`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
245
is an exception where the GitHub bot will automatically post for you.
246
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
+
253
### Internal vs. public API
254
255
All functionality in the official Node.js documentation is part of the public
0 commit comments