We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a992135 commit 89f28ccCopy full SHA for 89f28cc
COLLABORATOR_GUIDE.md
@@ -189,6 +189,12 @@ Build". It is in the left navigation of the relevant `node-test-pull-request`
189
job. It will preserve all the green results from the current job but re-run
190
everything else.
191
192
+Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion
193
+of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used
194
+(i.e for `master` -> `refs/heads/master`).
195
+For pull requests it will look like `refs/pull/PR_NUMBER/head`
196
+(i.e. for PR#42 -> `refs/pull/42/head`).
197
+
198
#### Useful CI Jobs
199
200
* [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)
0 commit comments