diff --git a/.poshchan/settings.json b/.poshchan/settings.json new file mode 100644 index 00000000000..df783aee628 --- /dev/null +++ b/.poshchan/settings.json @@ -0,0 +1,22 @@ +{ + "build_targets": { + "staging": "PowerShell-CI-static-analysis", + "windows": "Project_CI_windows", + "macos": "Project_CI_macOS", + "linux": "Project_CI_Linux", + "all": [ + "PowerShell-CI-static-analysis", + "Project_CI_windows", + "Project_CI_macOS", + "Project_CI_Linux" + ] + }, + "authorized_users": [ + "SteveL-MSFT", + "TravisEz13", + "anmenaga", + "daxian-dbw", + "adityapatwardhan", + "iSazonov" + ] +}