forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_roles.json
More file actions
22 lines (22 loc) · 824 Bytes
/
content_roles.json
File metadata and controls
22 lines (22 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"__comment__": {
"CONTRIBUTION_REVIEWERS": "A list of GitHub username for the contribution team reviewers pool",
"ON_CALL_DEVS": "A list of on-call users, Use PANW account username",
"DOC_REVIEWER": "The GitHub username for documentation reviews owner",
"TIM_REVIEWER": "The GitHub username for TIM reviews owner",
"AUTO_UPDATE_DOCKER_REVIEWER": "The GitHub username for auto-update-docker PRs reviews owner"
},
"CONTRIBUTION_REVIEWERS": [
"mmhw",
"MosheEichler"
],
"CONTRIBUTION_TL": "DeanArbel",
"CONTRIBUTION_SECURITY_REVIEWER": ["karinafishman"],
"ON_CALL_DEVS": [
"sfainberg",
"skroizer"
],
"DOC_REVIEWER": "ShirleyDenkberg",
"TIM_REVIEWER": "MLainer1",
"AUTO_UPDATE_DOCKER_REVIEWER": "MosheEichler"
}