Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HybridConnectivity Code Owner #46977

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,12 @@
# ServiceLabel: %Compute - Fleet %Mgmt
# ServiceOwners: @sahilarora92 @dhruvil009 @rahuls-microsoft

# PRLabel: %Hybrid Connectivity

Check failure on line 1087 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1087

.github/CODEOWNERS(1087,1): error : Error(s) on line 1087 Source Line: # PRLabel: %Hybrid Connectivity -'Hybrid Connectivity' is not a valid label for this repository.
/sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic

Check failure on line 1088 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1088

.github/CODEOWNERS(1088,1): error : Error(s) on line 1088 Source Line: /sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic -alexmahonic is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

# ServiceLabel: %%Hybrid Connectivity %Mgmt

Check failure on line 1090 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1090

.github/CODEOWNERS(1090,1): error : Error(s) on line 1090 Source Line: # ServiceLabel: %%Hybrid Connectivity %Mgmt -'Hybrid Connectivity' is not a valid label for this repository.
# ServiceOwners: @alexmahonic

# ######## Eng Sys ########
/eng/ @hallipr @weshaggard @benbp
/eng/common/ @Azure/azure-sdk-eng
Expand All @@ -1106,7 +1112,7 @@
#PRLabel: %CodeGen %Client
/eng/packages/http-client-csharp/ @JoshLove-msft @m-nash @jorgerangel-msft

# ServiceLabel: %CodeGen
# ServiceLabel: %CodeGen
# AzureSdkOwners: @JoshLove-msft

#PRLabel: %CodeGen %Client
Expand Down
Loading