PowerShell/.poshchan/settings.json
Steve Lee c94f8c02f4 Update to new format for PoshChan settings and allow all users access to reminders (#9198)
PoshChan has been updated to use a new settings format so that authorized users are per action vs being global. 

## PR Context

Since reminders don't incur much of a resource hit for PoshChan, there's no reason not to allow everyone to use it.  See https://github.com/SteveL-MSFT/PoshChan-Bot for use instructions.
2019-03-22 10:45:51 -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": "*"
}
}