Engineering - add remaining GitHub actions to the code owners file (#258182)

This commit is contained in:
Ladislau Szomoru 2025-07-28 10:55:41 +00:00 committed by GitHub
parent d45db6fbd2
commit 51668def49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

6
.github/CODEOWNERS vendored
View File

@ -1,10 +1,14 @@
# Ensure that Lad and Joao review changes to the Code OSS actions
# 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