diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 9f314924c25..5561c86c528 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -1,26 +1,32 @@ { - "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" + "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" ] }, - "authorized_users": [ - "adityapatwardhan", - "anmenaga", - "daxian-dbw", - "iSazonov", - "JamesWTruher", - "PaulHigin", - "rjmholt", - "SteveL-MSFT", - "TravisEz13", - "TylerLeonhardt" - ] + "reminders": { + "authorized_users": "*" + } }