PowerShell/.poshchan/settings.json
Reece Dunham c0cce1030c Fix capitalization cases for PoshChan (#9188)
The jobs name is fully lowercase
2019-03-23 13:31:50 -07:00

33 lines
844 B
JSON

{
"version": "0.1",
"azdevops": {
"build_targets": {
"staging": "PowerShell-CI-static-analysis",
"windows": "PowerShell-CI-Windows",
"macos": "PowerShell-CI-macOS",
"linux": "PowerShell-CI-Linux",
"all": [
"PowerShell-CI-static-analysis",
"PowerShell-CI-Windows",
"PowerShell-CI-macOS",
"PowerShell-CI-Linux"
]
},
"authorized_users": [
"adityapatwardhan",
"anmenaga",
"daxian-dbw",
"iSazonov",
"JamesWTruher",
"PaulHigin",
"rjmholt",
"SteveL-MSFT",
"TravisEz13",
"TylerLeonhardt"
]
},
"reminders": {
"authorized_users": "*"
}
}