Skip to content
This repository was archived by the owner on Feb 23, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/manual/devel/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Both are listed here:
* `repo:<host>/<path>:pull-request` -
Roles of this form represent scopes available to version-control pushes and pull requests.

* `repo:<host>/<path>:cron:<jobName>` -
Roles of this form are used for cron jobs by the periodic task-graph generation support in Gecko.

* `worker-type:<provisionerId>/<workerType>` -
Roles of this form represent scopes available to workers of the given type.

Expand Down