PowerShell/.poshchan/settings.json
Steve Lee 539c4a26de Enable PoshChan for getting and automatic retrieval of test failures for a PR (#9232)
Enable new capability to ask for test failures and have PoshChan automatically get (up to 10) test failures for a PullRequest if CI fails.
2019-03-27 09:51:02 -07:00

47 lines
1.1 KiB
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"
]
},
"failures": {
"authorized_users": [
"adityapatwardhan",
"anmenaga",
"daxian-dbw",
"iSazonov",
"JamesWTruher",
"PaulHigin",
"rjmholt",
"SteveL-MSFT",
"TravisEz13",
"TylerLeonhardt"
]
},
"reminders": {
"authorized_users": "*"
}
}