vscode/.github/CODEOWNERS

16 lines
831 B
Plaintext

# GitHub actions required reviewers
.github/workflows/monaco-editor.yml @hediet @alexdima @lszomoru @joaomoreno
.github/workflows/no-package-lock-changes.yml @lszomoru @joaomoreno
.github/workflows/no-yarn-lock-changes.yml @lszomoru @joaomoreno
.github/workflows/pr-darwin-test.yml @lszomoru @joaomoreno
.github/workflows/pr-linux-cli-test.yml @lszomoru @joaomoreno
.github/workflows/pr-linux-test.yml @lszomoru @joaomoreno
.github/workflows/pr-node-modules.yml @lszomoru @joaomoreno
.github/workflows/pr-win32-test.yml @lszomoru @joaomoreno
.github/workflows/pr.yml @lszomoru @joaomoreno
.github/workflows/telemetry.yml @lramos15 @lszomoru @joaomoreno
# ensure the API police is aware of changes to the vscode-dts file
# this is only about the final API, not about proposed API changes
src/vscode-dts/vscode.d.ts @jrieken @mjbvz