Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryGao authored Jun 6, 2023
2 parents 6b1a1be + fc8d141 commit d06150d
Show file tree
Hide file tree
Showing 14,138 changed files with 488,731 additions and 3,410,724 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
20 changes: 9 additions & 11 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@

# Service teams
# PRLabel: %App Configuration
/sdk/appconfiguration/ @HarshaNalluru
/sdk/appconfiguration/ @HarshaNalluru @minhanh-phan

# PRLabel: %Attestation
/sdk/attestation/ @LarryOsterman @deyaaeldeen @anilba06 @gkostal

# PRLabel: %Batch
/sdk/batch/ @dpwatrous @paterasMSFT @zfengms @NickKouds @deyaaeldeen
/sdk/batch/ @jingjlii @wanghoppe @dpwatrous @NickKouds @deyaaeldeen

# PRLabel: %Communication
/sdk/communication/
Expand All @@ -71,7 +71,7 @@
/sdk/communication/communication-alpha-ids/ @danielav7

# PRLabel: %Communication - Identity
/sdk/communication/communication-identity/ @petrsvihlik @AikoBB @maximrytych-ms @ostoliarova-msft @mjafferi-msft
/sdk/communication/communication-identity/ @AikoBB @maximrytych-ms @mjafferi-msft

# PRLabel: %Communication - Chat
/sdk/communication/communication-chat/ @LuChen-Microsoft
Expand All @@ -89,7 +89,7 @@
/sdk/communication/communication-network-traversal/ @ajpeacock0 @nathpete-msft

# PRLabel: %Communication - Rooms
/sdk/communication/communication-rooms/ @anujissarMS @minnieliu @paolamvhz @alexokun @Mrayyan @shwali-msft @allchiang-msft @mikehang-msft
/sdk/communication/communication-rooms/ @anujissarMS @minnieliu @paolamvhz @Mrayyan @shwali-msft @allchiang-msft

# PRLabel: %Communication - SMS
/sdk/communication/communication-sms/ @arifibrahim4
Expand All @@ -98,7 +98,7 @@
/sdk/communication/communication-short-codes/ @danielav7

# PRLabel: %Communication - Common
/sdk/communication/communication-common/ @petrsvihlik @AikoBB @maximrytych-ms @ostoliarova-msft @mjafferi-msft
/sdk/communication/communication-common/ @AikoBB @maximrytych-ms @mjafferi-msft

# PRLabel: %Container Registry
/sdk/containerregistry/ @jeremymeng @timovv
Expand Down Expand Up @@ -144,10 +144,6 @@

# PRLabel: %Purview
/sdk/purview/ @qiaozha
/sdk/purview/purview-sharing-rest/ @anniruddh

# PRLabel: %Personalizer
/sdk/personalizer/ @tyclintw

# PRLabel: %Farmbeats
/sdk/agrifood/ @joheredi
Expand Down Expand Up @@ -867,8 +863,10 @@
/sdk/dnsresolver/ci.mgmt.yml @qiaozha @dw511214992 @MaryGao

# PRLabel: %Monitor
/sdk/monitor/ @hectorhdzg @JacksonWeber
/sdk/monitor/monitor-query/ @KarishmaGhiya
/sdk/monitor/monitor-ingestion/ @KarishmaGhiya @sarangan12
/sdk/monitor/monitor-opentelemetry @hectorhdzg @JacksonWeber
/sdk/monitor/monitor-opentelemetry-exporter @hectorhdzg @JacksonWeber
/sdk/monitor/monitor-query/ @KarishmaGhiya @sarangan12

# ServiceLabel: %AAD %Service Attention
#/<NotInRepo>/ @adamedx
Expand Down
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/deprecation_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Deprecation Request
description: Request package deprecation
title: "[Deprecate]: "
labels: ["bug", "needs-triage"]
assignees:
- xirzec
body:
- type: markdown
attributes:
value: |
Thanks for filing this request! We'll take a look as soon as we can.
- type: input
id: package-name
attributes:
label: Package Name
description: What package would you like to deprecate?
placeholder: "@azure/example"
validations:
required: true
- type: textarea
id: deprecated-versions
attributes:
label: Deprecated Versions
description: Which versions should be deprecated?
placeholder: This can be a specific version (12.1.2), a range (12.x), or all (*)
validations:
required: true
- type: textarea
id: deprecation-message
attributes:
label: Deprecation Message
description: Please write the deprecation message you would like to display in npm.
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is deprecation necessary?
description: If this deprecation is related to a bug or critical fix, please link to the issue/PR.
placeholder: Include any additional relevant details.
validations:
required: true
26 changes: 26 additions & 0 deletions .github/event-processor.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"InitialIssueTriage": "On",
"ManualIssueTriage": "On",
"ServiceAttention": "On",
"CXPAttention": "On",
"ManualTriageAfterExternalAssignment": "On",
"RequireAttentionForNonMilestone": "On",
"AuthorFeedbackNeeded": "On",
"IssueAddressed": "On",
"IssueAddressedReset": "On",
"AuthorFeedback": "On",
"ReopenIssue": "On",
"DeclineToReopenIssue": "On",
"IssueAddressedCommands": "On",
"PullRequestTriage": "On",
"ResetApprovalsForUntrustedChanges": "On",
"ReopenPullRequest": "On",
"ResetIssueActivity": "On",
"ResetPullRequestActivity": "On",
"CloseStaleIssues": "On",
"CloseStalePullRequests": "On",
"IdentifyStaleIssues": "On",
"IdentifyStalePullRequests": "On",
"CloseAddressedIssues": "On",
"LockClosedIssues": "On"
}
Loading

0 comments on commit d06150d

Please sign in to comment.