From a1e1f294414a1fa62d2ca542a48fd1ab39e04b5b Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:50:26 +0000 Subject: [PATCH 1/3] Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html Please review and merge this PR to complete the process of onboarding to the new service. --- .github/policies/resourceManagement.yml | 2756 +++++++++++++++++++++++ 1 file changed, 2756 insertions(+) create mode 100644 .github/policies/resourceManagement.yml diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml new file mode 100644 index 000000000000..dee22a321a72 --- /dev/null +++ b/.github/policies/resourceManagement.yml @@ -0,0 +1,2756 @@ +id: +name: GitOps.PullRequestIssueManagement +description: GitOps.PullRequestIssueManagement primitive +owner: +resource: repository +disabled: false +where: +configuration: + resourceManagementConfiguration: + scheduledSearches: + - description: + frequencies: + - daily: + time: 1:0 + filters: + - isIssue + - isOpen + - hasLabel: + label: needs-author-feedback + - hasLabel: + label: no-recent-activity + - noActivitySince: + days: 14 + actions: + - closeIssue + - description: + frequencies: + - hourly: + hour: 6 + filters: + - isIssue + - isOpen + - hasLabel: + label: needs-author-feedback + - noActivitySince: + days: 7 + - isNotLabeledWith: + label: no-recent-activity + actions: + - addLabel: + label: no-recent-activity + - addReply: + reply: Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next **7 days**. If we don't hear back from you within **14 days** of this comment the issue will be automatically closed. Thank you! + - description: + frequencies: + - hourly: + hour: 6 + filters: + - isIssue + - isOpen + - hasLabel: + label: issue-addressed + - noActivitySince: + days: 7 + actions: + - addReply: + reply: Hi @${issueAuthor}, since you haven’t asked that we “`/unresolve`” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “`/unresolve`” to reopen the issue. + - closeIssue + eventResponderTasks: + - if: + - payloadType: Issue_Comment + - isAction: + action: Created + - isActivitySender: + issueAuthor: True + - hasLabel: + label: needs-author-feedback + - isOpen + then: + - addLabel: + label: needs-team-attention + - removeLabel: + label: needs-author-feedback + description: Replace needs author feedback label with needs attention label when the author comments on an issue + - if: + - payloadType: Issues + - not: + isAction: + action: Closed + - hasLabel: + label: no-recent-activity + then: + - removeLabel: + label: no-recent-activity + description: Remove no recent activity label from issues + - if: + - payloadType: Issue_Comment + - hasLabel: + label: no-recent-activity + then: + - removeLabel: + label: no-recent-activity + description: Remove no recent activity label when an issue is commented on + - if: + - payloadType: Issues + - isAction: + action: Labeled + - hasLabel: + label: needs-triage + - not: + labelAdded: + label: needs-triage + then: + - removeLabel: + label: needs-triage + description: Remove needs-triage label on issues once they are labeled + - if: + - or: + - payloadType: Issues + - isAction: + action: Opened + then: + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: AAD + then: + - mentionUsers: + mentionees: + - adamedx + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ACS + then: + - mentionUsers: + mentionees: + - acsdevx-msft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Advisor + then: + - mentionUsers: + mentionees: + - mojayara + - jportugal0 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: AKS + then: + - mentionUsers: + mentionees: + - andyliuliming + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Alerts Management + then: + - mentionUsers: + mentionees: + - liadtal + - yairgil + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Analysis Services + then: + - mentionUsers: + mentionees: + - athipp + - taiwu + - minghan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: API Management + then: + - mentionUsers: + mentionees: + - adrianhall + - KedarJoshi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: App Configuration + then: + - mentionUsers: + mentionees: + - shenmuxiaosen + - avanigupta + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: App Services + then: + - mentionUsers: + mentionees: + - antcp + - AzureAppServiceCLI + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Application Insights + then: + - mentionUsers: + mentionees: + - azmonapplicationinsights + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM + then: + - mentionUsers: + mentionees: + - josephkwchan + - jennyhunter-msft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - Core + then: + - mentionUsers: + mentionees: + - josephkwchan + - jennyhunter-msft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - Managed Applications + then: + - mentionUsers: + mentionees: + - MSEvanhi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - RBAC + then: + - mentionUsers: + mentionees: + - LizMS + - cbrooksmsft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - Service Catalog + then: + - mentionUsers: + mentionees: + - MSEvanhi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - Tags + then: + - mentionUsers: + mentionees: + - rthorn17 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARM - Templates + then: + - mentionUsers: + mentionees: + - Azure/deployments-owners + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ARO + then: + - mentionUsers: + mentionees: + - mjudeikis + - jim-minter + - julienstroheker + - amanohar + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Attestation + then: + - mentionUsers: + mentionees: + - anilba06 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Authorization + then: + - mentionUsers: + mentionees: + - darshanhs90 + - AshishGargMicrosoft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Automation + then: + - mentionUsers: + mentionees: + - jaspkaur28 + - '' + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: AVS + then: + - mentionUsers: + mentionees: + - divka78 + - amitchat + - aishu + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Azure Arc enabled servers + then: + - mentionUsers: + mentionees: + - rpsqrd + - edyoung + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Azure Data Explorer + then: + - mentionUsers: + mentionees: + - ilayrn + - orhasban + - zoharHenMicrosoft + - sagivf + - Aviv-Yaniv + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Azure Stack + then: + - mentionUsers: + mentionees: + - sijuman + - sarathys + - bganapa + - rakku-ms + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Azure.Spring - Cosmos + then: + - mentionUsers: + mentionees: + - kushagraThapar + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Batch + then: + - mentionUsers: + mentionees: + - mksuni + - bgklein + - mscurrell + - dpwatrous + - gingi + - paterasMSFT + - cRui861 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: BatchAI + then: + - mentionUsers: + mentionees: + - matthchr + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Billing + then: + - mentionUsers: + mentionees: + - cabbpt + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Blueprint + then: + - mentionUsers: + mentionees: + - alex-frankel + - filizt + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Bot Service + then: + - mentionUsers: + mentionees: + - sgellock + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cloud Shell + then: + - mentionUsers: + mentionees: + - maertendMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Anomaly Detector + then: + - mentionUsers: + mentionees: + - yingqunpku + - bowgong + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Bing + then: + - mentionUsers: + mentionees: + - jaggerbodas-ms + - arwong + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Computer Vision + then: + - mentionUsers: + mentionees: + - ryogok + - TFR258 + - tburns10 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Content Moderator + then: + - mentionUsers: + mentionees: + - swiftarrow11 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Custom Vision + then: + - mentionUsers: + mentionees: + - areddish + - tburns10 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Face + then: + - mentionUsers: + mentionees: + - JinyuID + - dipidoo + - SteveMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Form Recognizer + then: + - mentionUsers: + mentionees: + - ctstone + - anrothMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Immersive Reader + then: + - mentionUsers: + mentionees: + - metanMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Ink Recognizer + then: + - mentionUsers: + mentionees: + - olduroja + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - LUIS + then: + - mentionUsers: + mentionees: + - cahann + - kayousef + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Mgmt + then: + - mentionUsers: + mentionees: + - yangyuan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Personalizer + then: + - mentionUsers: + mentionees: + - dwaijam + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - QnA Maker + then: + - mentionUsers: + mentionees: + - bingisbestest + - nerajput1607 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Speech + then: + - mentionUsers: + mentionees: + - robch + - oscholz + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Text Analytics + then: + - mentionUsers: + mentionees: + - assafi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cognitive - Translator + then: + - mentionUsers: + mentionees: + - swmachan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Commerce + then: + - mentionUsers: + mentionees: + - ms-premp + - qiaozha + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute + then: + - mentionUsers: + mentionees: + - Drewm3 + - TravisCragg-MSFT + - nikhilpatel909 + - sandeepraichura + - hilaryw29 + - GabstaMSFT + - ramankumarlive + - ushnaarshadkhan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - Extensions + then: + - mentionUsers: + mentionees: + - TravisCragg-MSFT + - GabstaMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - Images + then: + - mentionUsers: + mentionees: + - TravisCragg-MSFT + - sandeepraichura + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - Managed Disks + then: + - mentionUsers: + mentionees: + - TravisCragg-MSFT + - ramankumarlive + - ushnaarshadkhan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - RDFE + then: + - mentionUsers: + mentionees: + - Drewm3 + - TravisCragg-MSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - VM + then: + - mentionUsers: + mentionees: + - Drewm3 + - TravisCragg-MSFT + - nikhilpatel909 + - sandeepraichura + - hilaryw29 + - GabstaMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Compute - VMSS + then: + - mentionUsers: + mentionees: + - TravisCragg-MSFT + - sandeepraichura + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Confidential Ledger + then: + - mentionUsers: + mentionees: + - accledgerdevs + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Connected Kubernetes + then: + - mentionUsers: + mentionees: + - akashkeshari + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption + then: + - mentionUsers: + mentionees: + - ms-premp + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption- RIandShowBack + then: + - mentionUsers: + mentionees: + - ccmshowbackdevs + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption-Billing + then: + - mentionUsers: + mentionees: + - ccmbpxpcrew + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption-Budget + then: + - mentionUsers: + mentionees: + - ccmaxpcrew + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption-Consumption + then: + - mentionUsers: + mentionees: + - ccmaxpcrew + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption-Query + then: + - mentionUsers: + mentionees: + - ccmixpdevs + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Consumption-UsageDetailsandExport + then: + - mentionUsers: + mentionees: + - TiagoCrewGitHubIssues + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Container App + then: + - mentionUsers: + mentionees: + - calvinsID + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Container Instances + then: + - mentionUsers: + mentionees: + - dkkapur + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Container Registry + then: + - mentionUsers: + mentionees: + - toddysm + - luisdlp + - northtyphoon + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Container Service + then: + - mentionUsers: + mentionees: + - qike-ms + - jwilder + - thomas1206 + - seanmck + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cosmos + then: + - mentionUsers: + mentionees: + - pjohari-ms + - kushagraThapar + - simplynaveen20 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management + then: + - mentionUsers: + mentionees: + - ms-premp + - ramaganesan-rg + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management-Billing + then: + - mentionUsers: + mentionees: + - ccmbpxpcrew + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management-Budget + then: + - mentionUsers: + mentionees: + - ccmaxpcrew + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management-Query + then: + - mentionUsers: + mentionees: + - ccmixpdevs + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management-RIandShowBack + then: + - mentionUsers: + mentionees: + - ccmshowbackdevs + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Cost Management-UsageDetailsAndExport + then: + - mentionUsers: + mentionees: + - TiagoCrewGitHubIssues + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Custom Providers + then: + - mentionUsers: + mentionees: + - manoharp + - MSEvanhi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Customer Insights + then: + - mentionUsers: + mentionees: + - shefymk + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: CycleCloud + then: + - mentionUsers: + mentionees: + - adriankjohnson + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Bricks + then: + - mentionUsers: + mentionees: + - arindamc + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Catalog + then: + - mentionUsers: + mentionees: + - anilman + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Factory + then: + - mentionUsers: + mentionees: + - zhangyd2015 + - Frey-Wang + - Jingshu923 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Lake + then: + - mentionUsers: + mentionees: + - sumantmehtams + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Lake Analytics + then: + - mentionUsers: + mentionees: + - idear1203 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Lake Storage Gen1 + then: + - mentionUsers: + mentionees: + - sumantmehtams + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Lake Storage Gen2 + then: + - mentionUsers: + mentionees: + - sumantmehtams + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Lake Store + then: + - mentionUsers: + mentionees: + - sumantmehtams + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Migration + then: + - mentionUsers: + mentionees: + - rgreenMSFT + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Data Share + then: + - mentionUsers: + mentionees: + - raedJarrar + - jifems + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: DataBox + then: + - mentionUsers: + mentionees: + - tmvishwajit + - matdickson + - manuaery + - madhurinms + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: DataBox Edge + then: + - mentionUsers: + mentionees: + - a-t-mason + - ganzee + - manuaery + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: DataProtection + then: + - mentionUsers: + mentionees: + - Daya-Patil + - hiaga + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Dev Spaces + then: + - mentionUsers: + mentionees: + - yuzorMa + - johnsta + - greenie-msft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Device Provisioning Service + then: + - mentionUsers: + mentionees: + - nberdy + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: DevOps + then: + - mentionUsers: + mentionees: + - v-anvashist + - V-hmusukula + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Devtestlab + then: + - mentionUsers: + mentionees: + - Tanmayeekamath + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Digital Twins + then: + - mentionUsers: + mentionees: + - sourabhguha + - inesk-vt + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Event Grid + then: + - mentionUsers: + mentionees: + - jfggdl + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Event Hubs + then: + - mentionUsers: + mentionees: + - Saglodha + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Functions + then: + - mentionUsers: + mentionees: + - Stefanus Hinardi + - Francisco-Gamino + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Graph.Microsoft + then: + - mentionUsers: + mentionees: + - dkershaw10 + - baywet + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Guest Configuration + then: + - mentionUsers: + mentionees: + - mgreenegit + - vivlingaiah + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: HDInsight + then: + - mentionUsers: + mentionees: + - aim-for-better + - idear1203 + - deshriva + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: HPC Cache + then: + - mentionUsers: + mentionees: + - romahamu + - omzevall + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Import Export + then: + - mentionUsers: + mentionees: + - madhurinms + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: IoT/CLI + then: + - mentionUsers: + mentionees: + - Azure/azure-iot-cli-triage + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: IotCentral + then: + - mentionUsers: + mentionees: + - iluican + - jlian + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: IotDPS + then: + - mentionUsers: + mentionees: + - iluican + - jlian + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: IotHub + then: + - mentionUsers: + mentionees: + - rkmanda + - chieftn + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: KeyVault + then: + - mentionUsers: + mentionees: + - RandalliLama + - schaabs + - jlichwa + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Kubernetes Configuration + then: + - mentionUsers: + mentionees: + - NarayanThiru + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Lab Services + then: + - mentionUsers: + mentionees: + - Tanmayeekamath + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Logic App + then: + - mentionUsers: + mentionees: + - wsilveiranz + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: LOUIS + then: + - mentionUsers: + mentionees: + - minamnmik + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Machine Learning + then: + - mentionUsers: + mentionees: + - azureml-github + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Machine Learning Compute + then: + - mentionUsers: + mentionees: + - azureml-github + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Machine Learning Experimentation + then: + - mentionUsers: + mentionees: + - aashishb + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Managed Identity + then: + - mentionUsers: + mentionees: + - varunkch (Azure Cli route to zhoxing-ms) + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Managed Services + then: + - mentionUsers: + mentionees: + - Lighthouse-Azure + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: MariaDB + then: + - mentionUsers: + mentionees: + - ambhatna + - savjani + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Marketplace Ordering + then: + - mentionUsers: + mentionees: + - prbansa + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Media Services + then: + - mentionUsers: + mentionees: + - akucer + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Migrate + then: + - mentionUsers: + mentionees: + - prsadhu-ms-idc + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-AutoML + then: + - mentionUsers: + mentionees: + - Aniththa + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Compute + then: + - mentionUsers: + mentionees: + - nishankgu + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Core UI + then: + - mentionUsers: + mentionees: + - abeomor + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Data Labeling + then: + - mentionUsers: + mentionees: + - kvijaykannan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Data4ML + then: + - mentionUsers: + mentionees: + - SturgeonMi + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Designer + then: + - mentionUsers: + mentionees: + - alainli0928 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Hyperdrive + then: + - mentionUsers: + mentionees: + - Aniththa + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Inference + then: + - mentionUsers: + mentionees: + - shivanissambare + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-MLOps + then: + - mentionUsers: + mentionees: + - lostmygithubaccount + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Pipelines + then: + - mentionUsers: + mentionees: + - shbijlan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Reinforcement Learning + then: + - mentionUsers: + mentionees: + - keijik + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Responsible AI + then: + - mentionUsers: + mentionees: + - minthigpen + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Training + then: + - mentionUsers: + mentionees: + - lostmygithubaccount + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: ML-Workspace Management + then: + - mentionUsers: + mentionees: + - rastala + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Mobile Engagement + then: + - mentionUsers: + mentionees: + - kpiteira + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor + then: + - mentionUsers: + mentionees: + - SameergMS + - dadunl + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - ActionGroups + then: + - mentionUsers: + mentionees: + - AzmonActionG + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - ActivityLogs + then: + - mentionUsers: + mentionees: + - AzMonEssential + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - Alerts + then: + - mentionUsers: + mentionees: + - AzmonAlerts + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - ApplicationInsights + then: + - mentionUsers: + mentionees: + - azmonapplicationinsights + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - Autoscale + then: + - mentionUsers: + mentionees: + - AzMonEssential + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - Diagnostic Settings + then: + - mentionUsers: + mentionees: + - AzMonEssential + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - Exporter + then: + - mentionUsers: + mentionees: + - cijothomas + - reyang + - rajkumar-rangaraj + - TimothyMothra + - vishweshbankwar + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - LogAnalytics + then: + - mentionUsers: + mentionees: + - AzmonLogA + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Monitor - Metrics + then: + - mentionUsers: + mentionees: + - AzMonEssential + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: MySQL + then: + - mentionUsers: + mentionees: + - ambhatna + - savjani + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: MySQL - Flexible + then: + - mentionUsers: + mentionees: + - daeunyim + - rajsell + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network + then: + - mentionUsers: + mentionees: + - aznetsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Application Gateway + then: + - mentionUsers: + mentionees: + - appgwsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Bastion + then: + - mentionUsers: + mentionees: + - bastionsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - CDN + then: + - mentionUsers: + mentionees: + - t-bzhan + - gxue + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - DDOS Protection + then: + - mentionUsers: + mentionees: + - ddossuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - DNS + then: + - mentionUsers: + mentionees: + - dnssuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - ExpressRoutes + then: + - mentionUsers: + mentionees: + - exrsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Firewall + then: + - mentionUsers: + mentionees: + - fwsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Front Door + then: + - mentionUsers: + mentionees: + - cdnfdsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Load Balancer + then: + - mentionUsers: + mentionees: + - slbsupportgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Network Virtual Appliance + then: + - mentionUsers: + mentionees: + - nvasuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Network Watcher + then: + - mentionUsers: + mentionees: + - shivamtripathi + - kumaam + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Private Link + then: + - mentionUsers: + mentionees: + - privlinksuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Traffic Manager + then: + - mentionUsers: + mentionees: + - tmsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Virtual Network + then: + - mentionUsers: + mentionees: + - vnetsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Virtual Network NAT + then: + - mentionUsers: + mentionees: + - vnetsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - Virtual WAN + then: + - mentionUsers: + mentionees: + - vwansuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Network - VPN Gateway + then: + - mentionUsers: + mentionees: + - vpngwsuppgithub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Notification Hub + then: + - mentionUsers: + mentionees: + - tjsomasundaram + - aimankhan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Operational Insights + then: + - mentionUsers: + mentionees: + - AzmonLogA + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Policy + then: + - mentionUsers: + mentionees: + - aperezcloud + - kenieva + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Policy Insights + then: + - mentionUsers: + mentionees: + - kenieva + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: PostgreSQL + then: + - mentionUsers: + mentionees: + - sunilagarwal + - sr-msft + - niklarin + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: PostgreSQL - Flexible + then: + - mentionUsers: + mentionees: + - daeunyim + - rajsell + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: PowerBI + then: + - mentionUsers: + mentionees: + - laurent-mic + - ayeshurun + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Quantum + then: + - mentionUsers: + mentionees: + - ricardo-espinoza + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Recovery Services Backup + then: + - mentionUsers: + mentionees: + - pvrk + - adityabalaji-msft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Recovery Services Site-Recovery + then: + - mentionUsers: + mentionees: + - Sharmistha-Rai + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Redis Cache + then: + - mentionUsers: + mentionees: + - shariq-mcs + - MSFTeegarden + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Relay + then: + - mentionUsers: + mentionees: + - jfggdl + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Reservations + then: + - mentionUsers: + mentionees: + - Rkapso + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Resource Authorization + then: + - mentionUsers: + mentionees: + - darshanhs90 + - AshishGargMicrosoft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Resource Graph + then: + - mentionUsers: + mentionees: + - chiragg4u + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Resource Health + then: + - mentionUsers: + mentionees: + - stephbaron + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Scheduler + then: + - mentionUsers: + mentionees: + - derek1ee + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Schema Registry + then: + - mentionUsers: + mentionees: + - arerlend + - alzimmermsft + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Search + then: + - mentionUsers: + mentionees: + - brjohnstmsft + - bleroy + - tjacobhi + - markheff + - miwelsh + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Security + then: + - mentionUsers: + mentionees: + - chlahav + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SecurityInsights + then: + - mentionUsers: + mentionees: + - nazang + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Serial Console + then: + - mentionUsers: + mentionees: + - CraigWiand + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Service Bus + then: + - mentionUsers: + mentionees: + - Saglodha + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Service Fabric + then: + - mentionUsers: + mentionees: + - a-Santamaria + - LukeSlev + - jkochhar + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SignalR + then: + - mentionUsers: + mentionees: + - sffamily + - chenkennt + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Spring Cloud + then: + - mentionUsers: + mentionees: + - yucwan + - yuwzho + - ShichaoQiu + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - Backup & Restore + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - Data Security + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - Elastic Jobs + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - Managed Instance + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - Replication & Failover + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: SQL - VM + then: + - mentionUsers: + mentionees: + - azureSQLGitHub + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Storage + then: + - mentionUsers: + mentionees: + - xgithubtriage + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Storsimple + then: + - mentionUsers: + mentionees: + - anoobbacker + - ganzee + - manuaery + - patelkunal + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Stream Analytics + then: + - mentionUsers: + mentionees: + - atpham256 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Subscription + then: + - mentionUsers: + mentionees: + - anuragdalmia + - shilpigautam + - ramaganesan-rg + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Support + then: + - mentionUsers: + mentionees: + - shahbj79 + - mit2nil + - aygoya + - ganganarayanan + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Synapse + then: + - mentionUsers: + mentionees: + - wonner + - v-yanjungao + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Tables + then: + - mentionUsers: + mentionees: + - klaaslanghout + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: TimeseriesInsights + then: + - mentionUsers: + mentionees: + - Shipra1Mishra + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: vFXT + then: + - mentionUsers: + mentionees: + - zhusijia26 + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: Web Apps + then: + - mentionUsers: + mentionees: + - AzureAppServiceCLI + - antcp + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + - if: + - hasLabel: + label: Service Attention + - hasLabel: + label: WebPubSub + then: + - mentionUsers: + mentionees: + - JialinXin + - vicancy + replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}. + assignMentionees: False + description: Triage issues to the service team + - if: + - payloadType: Pull_Request + - isAction: + action: Opened + - and: + - not: + activitySenderHasPermission: + permission: Write + - not: + activitySenderHasAssociation: + association: Member + - not: + activitySenderHasAssociation: + association: Collaborator + - not: + activitySenderHasPermission: + permission: Admin + - not: + hasLabel: + label: customer-reported + then: + - addLabel: + label: customer-reported + - addReply: + reply: Thank you for your contribution ${issueAuthor}! We will review the pull request and get back to you soon. + description: 'Add customer-reported label to PRs from customers ' + - if: + - payloadType: Issues + - isAction: + action: Opened + - and: + - not: + activitySenderHasPermission: + permission: Write + - not: + activitySenderHasAssociation: + association: Member + - not: + activitySenderHasAssociation: + association: Collaborator + - not: + activitySenderHasPermission: + permission: Admin + - not: + hasLabel: + label: customer-reported + then: + - addLabel: + label: customer-reported + - addLabel: + label: needs-triage + description: Add customer-reported label to issues coming from non-collaborators + triggerOnOwnActions: true + - if: + - payloadType: Issues + - isOpen + - labelAdded: + label: CXP Attention + - not: + hasLabel: + label: Service Attention + then: + - addReply: + reply: Thank you for your feedback. This has been routed to the support team for assistance. + description: '[CXP Pilot] CXP Attention Responder' + - if: + - payloadType: Issues + - isOpen + - labelAdded: + label: customer-reported + - not: + hasLabel: + label: CXP Attention + - not: + hasLabel: + label: Service Attention + - or: + - titleContains: + pattern: Synapse + isRegex: False + - titleContains: + pattern: OperationalInsights + isRegex: False + - titleContains: + pattern: Storage + isRegex: False + - titleContains: + pattern: DataFactory + isRegex: False + - titleContains: + pattern: Webapp + isRegex: False + - titleContains: + pattern: AppService + isRegex: False + - titleContains: + pattern: FrontDoor + isRegex: False + - titleContains: + pattern: Consumption + isRegex: False + - titleContains: + pattern: CosmosDB + isRegex: False + - titleContains: + pattern: AzAutomation + isRegex: False + - titleContains: + pattern: AzWvd + isRegex: False + then: + - addLabel: + label: CXP Attention + - addReply: + reply: Thank you for your feedback. This has been routed to the support team for assistance. + description: '[CXP Pilot] CXP Attention to service module' + triggerOnOwnActions: true + - if: + - payloadType: Issues + - labelAdded: + label: issue-addressed + then: + - addReply: + reply: Hi @${issueAuthor}. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “`/unresolve`” to remove the “issue-addressed” label and continue the conversation. + - removeLabel: + label: needs-triage + - removeLabel: + label: needs-team-triage + - removeLabel: + label: needs-team-attention + - removeLabel: + label: needs-author-feedback + - removeLabel: + label: no-recent-activity + description: '[Resolve Workflow] Issue Addressed Label Applied' + - if: + - payloadType: Issue_Comment + - hasLabel: + label: issue-addressed + - commentContains: + pattern: /unresolve + isRegex: False + - or: + - isActivitySender: + issueAuthor: True + - activitySenderHasPermission: + permission: Admin + - activitySenderHasPermission: + permission: Write + then: + - reopenIssue + - removeLabel: + label: issue-addressed + - addLabel: + label: needs-team-attention + description: '[Resolve Workflow] Unresolve Command by Author' + - if: + - payloadType: Issue_Comment + - hasLabel: + label: issue-addressed + - commentContains: + pattern: /unresolve + isRegex: False + - and: + - isActivitySender: + issueAuthor: True + - activitySenderHasPermission: + permission: Admin + - activitySenderHasPermission: + permission: Write + then: + - addReply: + reply: Hi ${contextualAuthor}, only the original author of the issue can ask that it be unresolved. Please open a new issue with your scenario and details if you would like to discuss this topic with the team. + description: '[Resolve Workflow] Unresolve Command Without Permissions' +onFailure: +onSuccess: From cf21397dbece9ac69388a65b6b4855245d4e85f9 Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:50:26 +0000 Subject: [PATCH 2/3] Deleting fabricbot.json --- .github/fabricbot.json | 3813 ---------------------------------------- 1 file changed, 3813 deletions(-) delete mode 100644 .github/fabricbot.json diff --git a/.github/fabricbot.json b/.github/fabricbot.json deleted file mode 100644 index be82866d851a..000000000000 --- a/.github/fabricbot.json +++ /dev/null @@ -1,3813 +0,0 @@ -{ - "version": "1.0", - "tasks": [ - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "taskName": "Add needs triage label to new issues", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "opened" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isPartOfProject", - "parameters": {} - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "isAssignedToSomeone", - "parameters": {} - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "isLabeled", - "parameters": {} - } - ] - } - ] - }, - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "needs-triage" - } - } - ], - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ] - }, - "disabled": true - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "taskName": "Replace needs author feedback label with needs attention label when the author comments on an issue", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "created" - } - }, - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "name": "isOpen", - "parameters": {} - } - ] - }, - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "needs-team-attention" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-author-feedback" - } - } - ], - "eventType": "issue", - "eventNames": [ - "issue_comment" - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "taskName": "Remove no recent activity label from issues", - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "taskName": "Remove no recent activity label when an issue is commented on", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "eventType": "issue", - "eventNames": [ - "issue_comment" - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "taskName": "Close stale issues", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 1, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 2, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 3, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 4, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 5, - "hours": [ - 1 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 6, - "hours": [ - 1 - ], - "timezoneOffset": -7 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 14 - } - } - ], - "actions": [ - { - "name": "closeIssue", - "parameters": {} - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "taskName": "Add no recent activity label to issues", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 1, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 2, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 3, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 4, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 5, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 6, - "hours": [ - 1, - 7, - 13, - 19 - ], - "timezoneOffset": -7 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next **7 days**. If we don't hear back from you within **14 days** of this comment the issue will be automatically closed. Thank you!" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "labeled" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs-triage" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "labelAdded", - "parameters": { - "label": "needs-triage" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Remove needs-triage label on issues once they are labeled", - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "needs-triage" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isOpen", - "parameters": {} - } - ] - }, - { - "name": "isAction", - "parameters": { - "action": "created" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "isCloseAndComment", - "parameters": {} - } - ] - }, - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "none" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issue_comment" - ], - "taskName": "For issues closed due to inactivity, re-open an issue if issue author posts a reply within 7 days.", - "actions": [ - { - "name": "reopenIssue", - "parameters": {} - }, - { - "name": "removeLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "name": "addLabel", - "parameters": { - "label": "needs-team-attention" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "created" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isOpen", - "parameters": {} - } - ] - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "none" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isCloseAndComment", - "parameters": {} - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issue_comment" - ], - "taskName": "For issues closed with no activity over 7 days, ask non-contributor to consider opening a new issue instead.", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Thank you for your interest in this issue! Because it has been closed for a period of time, we strongly advise that you open a new issue linking to this to ensure better visibility of your comment. " - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "customer-reported" - } - }, - { - "name": "labelRemoved", - "parameters": { - "label": "Service Attention" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Add label after \"Service Attention\" is removed", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "needs-team-triage" - } - } - ] - }, - "disabled": true - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "frequency": [ - { - "weekDay": 0, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 1, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 2, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 3, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 4, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 5, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 6, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -7 - } - ], - "searchTerms": [ - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "MySQL" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "Service Attention" - } - }, - { - "name": "noAssignees", - "parameters": {} - } - ], - "taskName": "Assign service attention issues to mentionees for MySQL (requested by service team)", - "actions": [ - { - "name": "assignToGitHubUserGroup", - "parameters": { - "groupId": "5f074ba94200c210c870e100" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "frequency": [ - { - "weekDay": 0, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 1, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 2, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 3, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 4, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 5, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - }, - { - "weekDay": 6, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -7 - } - ], - "searchTerms": [ - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "MariaDB" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "Service Attention" - } - }, - { - "name": "noAssignees", - "parameters": {} - } - ], - "taskName": "Assign service attention issues to mentionees for MariaDB (requested by service team)", - "actions": [ - { - "name": "assignToGitHubUserGroup", - "parameters": { - "groupId": "5f074ba94200c210c870e100" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "opened" - } - }, - { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "association": "MEMBER", - "permissions": "write" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "MEMBER" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "COLLABORATOR" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "admin" - } - } - ] - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Add question label to new issues ", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "question" - } - } - ] - }, - "disabled": true - }, - { - "taskType": "scheduledAndTrigger", - "capabilityId": "IssueRouting", - "subCapability": "@Mention", - "version": "1.0", - "config": { - "labelsAndMentions": [ - { - "labels": [ - "Service Attention", - "AAD" - ], - "mentionees": [ - "adamedx" - ] - }, - { - "labels": [ - "Service Attention", - "ACS" - ], - "mentionees": [ - "acsdevx-msft" - ] - }, - { - "labels": [ - "Service Attention", - "Advisor" - ], - "mentionees": [ - "mojayara", - "jportugal0" - ] - }, - { - "labels": [ - "Service Attention", - "AKS" - ], - "mentionees": [ - "andyliuliming" - ] - }, - { - "labels": [ - "Service Attention", - "Alerts Management" - ], - "mentionees": [ - "liadtal", - "yairgil" - ] - }, - { - "labels": [ - "Service Attention", - "Analysis Services" - ], - "mentionees": [ - "athipp", - "taiwu", - "minghan" - ] - }, - { - "labels": [ - "Service Attention", - "API Management" - ], - "mentionees": [ - "adrianhall", - "KedarJoshi" - ] - }, - { - "labels": [ - "Service Attention", - "App Configuration" - ], - "mentionees": [ - "shenmuxiaosen", - "avanigupta" - ] - }, - { - "labels": [ - "Service Attention", - "App Services" - ], - "mentionees": [ - "antcp", - "AzureAppServiceCLI" - ] - }, - { - "labels": [ - "Service Attention", - "Application Insights" - ], - "mentionees": [ - "azmonapplicationinsights" - ] - }, - { - "labels": [ - "Service Attention", - "ARM" - ], - "mentionees": [ - "josephkwchan", - "jennyhunter-msft" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - Core" - ], - "mentionees": [ - "josephkwchan", - "jennyhunter-msft" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - Managed Applications" - ], - "mentionees": [ - "MSEvanhi" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - RBAC" - ], - "mentionees": [ - "LizMS", - "cbrooksmsft" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - Service Catalog" - ], - "mentionees": [ - "MSEvanhi" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - Tags" - ], - "mentionees": [ - "rthorn17" - ] - }, - { - "labels": [ - "Service Attention", - "ARM - Templates" - ], - "mentionees": [ - "Azure/deployments-owners" - ] - }, - { - "labels": [ - "Service Attention", - "ARO" - ], - "mentionees": [ - "mjudeikis", - "jim-minter", - "julienstroheker", - "amanohar" - ] - }, - { - "labels": [ - "Service Attention", - "Attestation" - ], - "mentionees": [ - "anilba06" - ] - }, - { - "labels": [ - "Service Attention", - "Authorization" - ], - "mentionees": [ - "darshanhs90", - "AshishGargMicrosoft" - ] - }, - { - "labels": [ - "Service Attention", - "Automation" - ], - "mentionees": [ - "jaspkaur28", - "" - ] - }, - { - "labels": [ - "Service Attention", - "AVS" - ], - "mentionees": [ - "divka78", - "amitchat", - "aishu" - ] - }, - { - "labels": [ - "Service Attention", - "Azure Arc enabled servers" - ], - "mentionees": [ - "rpsqrd", - "edyoung" - ] - }, - { - "labels": [ - "Service Attention", - "Azure Data Explorer" - ], - "mentionees": [ - "ilayrn", - "orhasban", - "zoharHenMicrosoft", - "sagivf", - "Aviv-Yaniv" - ] - }, - { - "labels": [ - "Service Attention", - "Azure Stack" - ], - "mentionees": [ - "sijuman", - "sarathys", - "bganapa", - "rakku-ms" - ] - }, - { - "labels": [ - "Service Attention", - "Azure.Spring - Cosmos" - ], - "mentionees": [ - "kushagraThapar" - ] - }, - { - "labels": [ - "Service Attention", - "Batch" - ], - "mentionees": [ - "mksuni", - "bgklein", - "mscurrell", - "dpwatrous", - "gingi", - "paterasMSFT", - "cRui861" - ] - }, - { - "labels": [ - "Service Attention", - "BatchAI" - ], - "mentionees": [ - "matthchr" - ] - }, - { - "labels": [ - "Service Attention", - "Billing" - ], - "mentionees": [ - "cabbpt" - ] - }, - { - "labels": [ - "Service Attention", - "Blueprint" - ], - "mentionees": [ - "alex-frankel", - "filizt" - ] - }, - { - "labels": [ - "Service Attention", - "Bot Service" - ], - "mentionees": [ - "sgellock" - ] - }, - { - "labels": [ - "Service Attention", - "Cloud Shell" - ], - "mentionees": [ - "maertendMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Anomaly Detector" - ], - "mentionees": [ - "yingqunpku", - "bowgong" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Bing" - ], - "mentionees": [ - "jaggerbodas-ms", - "arwong" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Computer Vision" - ], - "mentionees": [ - "ryogok", - "TFR258", - "tburns10" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Content Moderator" - ], - "mentionees": [ - "swiftarrow11" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Custom Vision" - ], - "mentionees": [ - "areddish", - "tburns10" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Face" - ], - "mentionees": [ - "JinyuID", - "dipidoo", - "SteveMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Form Recognizer" - ], - "mentionees": [ - "ctstone", - "anrothMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Immersive Reader" - ], - "mentionees": [ - "metanMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Ink Recognizer" - ], - "mentionees": [ - "olduroja" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - LUIS" - ], - "mentionees": [ - "cahann", - "kayousef" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Mgmt" - ], - "mentionees": [ - "yangyuan" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Personalizer" - ], - "mentionees": [ - "dwaijam" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - QnA Maker" - ], - "mentionees": [ - "bingisbestest", - "nerajput1607" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Speech" - ], - "mentionees": [ - "robch", - "oscholz" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Text Analytics" - ], - "mentionees": [ - "assafi" - ] - }, - { - "labels": [ - "Service Attention", - "Cognitive - Translator" - ], - "mentionees": [ - "swmachan" - ] - }, - { - "labels": [ - "Service Attention", - "Commerce" - ], - "mentionees": [ - "ms-premp", - "qiaozha" - ] - }, - { - "labels": [ - "Service Attention", - "Compute" - ], - "mentionees": [ - "Drewm3", - "TravisCragg-MSFT", - "nikhilpatel909", - "sandeepraichura", - "hilaryw29", - "GabstaMSFT", - "ramankumarlive", - "ushnaarshadkhan" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - Extensions" - ], - "mentionees": [ - "TravisCragg-MSFT", - "GabstaMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - Images" - ], - "mentionees": [ - "TravisCragg-MSFT", - "sandeepraichura" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - Managed Disks" - ], - "mentionees": [ - "TravisCragg-MSFT", - "ramankumarlive", - "ushnaarshadkhan" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - RDFE" - ], - "mentionees": [ - "Drewm3", - "TravisCragg-MSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - VM" - ], - "mentionees": [ - "Drewm3", - "TravisCragg-MSFT", - "nikhilpatel909", - "sandeepraichura", - "hilaryw29", - "GabstaMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Compute - VMSS" - ], - "mentionees": [ - "TravisCragg-MSFT", - "sandeepraichura" - ] - }, - { - "labels": [ - "Service Attention", - "Confidential Ledger" - ], - "mentionees": [ - "accledgerdevs" - ] - }, - { - "labels": [ - "Service Attention", - "Connected Kubernetes" - ], - "mentionees": [ - "akashkeshari" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption" - ], - "mentionees": [ - "ms-premp" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption- RIandShowBack" - ], - "mentionees": [ - "ccmshowbackdevs" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption-Billing" - ], - "mentionees": [ - "ccmbpxpcrew" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption-Budget" - ], - "mentionees": [ - "ccmaxpcrew" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption-Consumption" - ], - "mentionees": [ - "ccmaxpcrew" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption-Query" - ], - "mentionees": [ - "ccmixpdevs" - ] - }, - { - "labels": [ - "Service Attention", - "Consumption-UsageDetailsandExport" - ], - "mentionees": [ - "TiagoCrewGitHubIssues" - ] - }, - { - "labels": [ - "Service Attention", - "Container App" - ], - "mentionees": [ - "calvinsID" - ] - }, - { - "labels": [ - "Service Attention", - "Container Instances" - ], - "mentionees": [ - "dkkapur" - ] - }, - { - "labels": [ - "Service Attention", - "Container Registry" - ], - "mentionees": [ - "toddysm", - "luisdlp", - "northtyphoon" - ] - }, - { - "labels": [ - "Service Attention", - "Container Service" - ], - "mentionees": [ - "qike-ms", - "jwilder", - "thomas1206", - "seanmck" - ] - }, - { - "labels": [ - "Service Attention", - "Cosmos" - ], - "mentionees": [ - "pjohari-ms", - "kushagraThapar", - "simplynaveen20" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management" - ], - "mentionees": [ - "ms-premp", - "ramaganesan-rg" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management-Billing" - ], - "mentionees": [ - "ccmbpxpcrew" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management-Budget" - ], - "mentionees": [ - "ccmaxpcrew" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management-Query" - ], - "mentionees": [ - "ccmixpdevs" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management-RIandShowBack" - ], - "mentionees": [ - "ccmshowbackdevs" - ] - }, - { - "labels": [ - "Service Attention", - "Cost Management-UsageDetailsAndExport" - ], - "mentionees": [ - "TiagoCrewGitHubIssues" - ] - }, - { - "labels": [ - "Service Attention", - "Custom Providers" - ], - "mentionees": [ - "manoharp", - "MSEvanhi" - ] - }, - { - "labels": [ - "Service Attention", - "Customer Insights" - ], - "mentionees": [ - "shefymk" - ] - }, - { - "labels": [ - "Service Attention", - "CycleCloud" - ], - "mentionees": [ - "adriankjohnson" - ] - }, - { - "labels": [ - "Service Attention", - "Data Bricks" - ], - "mentionees": [ - "arindamc" - ] - }, - { - "labels": [ - "Service Attention", - "Data Catalog" - ], - "mentionees": [ - "anilman" - ] - }, - { - "labels": [ - "Service Attention", - "Data Factory" - ], - "mentionees": [ - "zhangyd2015", - "Frey-Wang", - "Jingshu923" - ] - }, - { - "labels": [ - "Service Attention", - "Data Lake" - ], - "mentionees": [ - "sumantmehtams" - ] - }, - { - "labels": [ - "Service Attention", - "Data Lake Analytics" - ], - "mentionees": [ - "idear1203" - ] - }, - { - "labels": [ - "Service Attention", - "Data Lake Storage Gen1" - ], - "mentionees": [ - "sumantmehtams" - ] - }, - { - "labels": [ - "Service Attention", - "Data Lake Storage Gen2" - ], - "mentionees": [ - "sumantmehtams" - ] - }, - { - "labels": [ - "Service Attention", - "Data Lake Store" - ], - "mentionees": [ - "sumantmehtams" - ] - }, - { - "labels": [ - "Service Attention", - "Data Migration" - ], - "mentionees": [ - "rgreenMSFT" - ] - }, - { - "labels": [ - "Service Attention", - "Data Share" - ], - "mentionees": [ - "raedJarrar", - "jifems" - ] - }, - { - "labels": [ - "Service Attention", - "DataBox" - ], - "mentionees": [ - "tmvishwajit", - "matdickson", - "manuaery", - "madhurinms" - ] - }, - { - "labels": [ - "Service Attention", - "DataBox Edge" - ], - "mentionees": [ - "a-t-mason", - "ganzee", - "manuaery" - ] - }, - { - "labels": [ - "Service Attention", - "DataProtection" - ], - "mentionees": [ - "Daya-Patil", - "hiaga" - ] - }, - { - "labels": [ - "Service Attention", - "Dev Spaces" - ], - "mentionees": [ - "yuzorMa", - "johnsta", - "greenie-msft" - ] - }, - { - "labels": [ - "Service Attention", - "Device Provisioning Service" - ], - "mentionees": [ - "nberdy" - ] - }, - { - "labels": [ - "Service Attention", - "DevOps" - ], - "mentionees": [ - "v-anvashist", - "V-hmusukula" - ] - }, - { - "labels": [ - "Service Attention", - "Devtestlab" - ], - "mentionees": [ - "Tanmayeekamath" - ] - }, - { - "labels": [ - "Service Attention", - "Digital Twins" - ], - "mentionees": [ - "sourabhguha", - "inesk-vt" - ] - }, - { - "labels": [ - "Service Attention", - "Event Grid" - ], - "mentionees": [ - "jfggdl" - ] - }, - { - "labels": [ - "Service Attention", - "Event Hubs" - ], - "mentionees": [ - "Saglodha" - ] - }, - { - "labels": [ - "Service Attention", - "Functions" - ], - "mentionees": [ - "Stefanus Hinardi", - "Francisco-Gamino" - ] - }, - { - "labels": [ - "Service Attention", - "Graph.Microsoft" - ], - "mentionees": [ - "dkershaw10", - "baywet" - ] - }, - { - "labels": [ - "Service Attention", - "Guest Configuration" - ], - "mentionees": [ - "mgreenegit", - "vivlingaiah" - ] - }, - { - "labels": [ - "Service Attention", - "HDInsight" - ], - "mentionees": [ - "aim-for-better", - "idear1203", - "deshriva" - ] - }, - { - "labels": [ - "Service Attention", - "HPC Cache" - ], - "mentionees": [ - "romahamu", - "omzevall" - ] - }, - { - "labels": [ - "Service Attention", - "Import Export" - ], - "mentionees": [ - "madhurinms" - ] - }, - { - "labels": [ - "Service Attention", - "IoT/CLI" - ], - "mentionees": [ - "Azure/azure-iot-cli-triage" - ] - }, - { - "labels": [ - "Service Attention", - "IotCentral" - ], - "mentionees": [ - "iluican", - "jlian" - ] - }, - { - "labels": [ - "Service Attention", - "IotDPS" - ], - "mentionees": [ - "iluican", - "jlian" - ] - }, - { - "labels": [ - "Service Attention", - "IotHub" - ], - "mentionees": [ - "rkmanda", - "chieftn" - ] - }, - { - "labels": [ - "Service Attention", - "KeyVault" - ], - "mentionees": [ - "RandalliLama", - "schaabs", - "jlichwa" - ] - }, - { - "labels": [ - "Service Attention", - "Kubernetes Configuration" - ], - "mentionees": [ - "NarayanThiru" - ] - }, - { - "labels": [ - "Service Attention", - "Lab Services" - ], - "mentionees": [ - "Tanmayeekamath" - ] - }, - { - "labels": [ - "Service Attention", - "Logic App" - ], - "mentionees": [ - "wsilveiranz" - ] - }, - { - "labels": [ - "Service Attention", - "LOUIS" - ], - "mentionees": [ - "minamnmik" - ] - }, - { - "labels": [ - "Service Attention", - "Machine Learning" - ], - "mentionees": [ - "azureml-github" - ] - }, - { - "labels": [ - "Service Attention", - "Machine Learning Compute" - ], - "mentionees": [ - "azureml-github" - ] - }, - { - "labels": [ - "Service Attention", - "Machine Learning Experimentation" - ], - "mentionees": [ - "aashishb" - ] - }, - { - "labels": [ - "Service Attention", - "Managed Identity" - ], - "mentionees": [ - "varunkch (Azure Cli route to zhoxing-ms)" - ] - }, - { - "labels": [ - "Service Attention", - "Managed Services" - ], - "mentionees": [ - "Lighthouse-Azure" - ] - }, - { - "labels": [ - "Service Attention", - "MariaDB" - ], - "mentionees": [ - "ambhatna", - "savjani" - ] - }, - { - "labels": [ - "Service Attention", - "Marketplace Ordering" - ], - "mentionees": [ - "prbansa" - ] - }, - { - "labels": [ - "Service Attention", - "Media Services" - ], - "mentionees": [ - "akucer" - ] - }, - { - "labels": [ - "Service Attention", - "Migrate" - ], - "mentionees": [ - "prsadhu-ms-idc" - ] - }, - { - "labels": [ - "Service Attention", - "ML-AutoML" - ], - "mentionees": [ - "Aniththa" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Compute" - ], - "mentionees": [ - "nishankgu" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Core UI" - ], - "mentionees": [ - "abeomor" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Data Labeling" - ], - "mentionees": [ - "kvijaykannan" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Data4ML" - ], - "mentionees": [ - "SturgeonMi" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Designer" - ], - "mentionees": [ - "alainli0928" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Hyperdrive" - ], - "mentionees": [ - "Aniththa" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Inference" - ], - "mentionees": [ - "shivanissambare" - ] - }, - { - "labels": [ - "Service Attention", - "ML-MLOps" - ], - "mentionees": [ - "lostmygithubaccount" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Pipelines" - ], - "mentionees": [ - "shbijlan" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Reinforcement Learning" - ], - "mentionees": [ - "keijik" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Responsible AI" - ], - "mentionees": [ - "minthigpen" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Training" - ], - "mentionees": [ - "lostmygithubaccount" - ] - }, - { - "labels": [ - "Service Attention", - "ML-Workspace Management" - ], - "mentionees": [ - "rastala" - ] - }, - { - "labels": [ - "Service Attention", - "Mobile Engagement" - ], - "mentionees": [ - "kpiteira" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor" - ], - "mentionees": [ - "SameergMS", - "dadunl" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - ActionGroups" - ], - "mentionees": [ - "AzmonActionG" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - ActivityLogs" - ], - "mentionees": [ - "AzMonEssential" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - Alerts" - ], - "mentionees": [ - "AzmonAlerts" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - ApplicationInsights" - ], - "mentionees": [ - "azmonapplicationinsights" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - Autoscale" - ], - "mentionees": [ - "AzMonEssential" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - Diagnostic Settings" - ], - "mentionees": [ - "AzMonEssential" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - Exporter" - ], - "mentionees": [ - "cijothomas", - "reyang", - "rajkumar-rangaraj", - "TimothyMothra", - "vishweshbankwar" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - LogAnalytics" - ], - "mentionees": [ - "AzmonLogA" - ] - }, - { - "labels": [ - "Service Attention", - "Monitor - Metrics" - ], - "mentionees": [ - "AzMonEssential" - ] - }, - { - "labels": [ - "Service Attention", - "MySQL" - ], - "mentionees": [ - "ambhatna", - "savjani" - ] - }, - { - "labels": [ - "Service Attention", - "MySQL - Flexible" - ], - "mentionees": [ - "daeunyim", - "rajsell" - ] - }, - { - "labels": [ - "Service Attention", - "Network" - ], - "mentionees": [ - "aznetsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Application Gateway" - ], - "mentionees": [ - "appgwsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Bastion" - ], - "mentionees": [ - "bastionsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - CDN" - ], - "mentionees": [ - "t-bzhan", - "gxue" - ] - }, - { - "labels": [ - "Service Attention", - "Network - DDOS Protection" - ], - "mentionees": [ - "ddossuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - DNS" - ], - "mentionees": [ - "dnssuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - ExpressRoutes" - ], - "mentionees": [ - "exrsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Firewall" - ], - "mentionees": [ - "fwsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Front Door" - ], - "mentionees": [ - "cdnfdsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Load Balancer" - ], - "mentionees": [ - "slbsupportgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Network Virtual Appliance" - ], - "mentionees": [ - "nvasuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Network Watcher" - ], - "mentionees": [ - "shivamtripathi", - "kumaam" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Private Link" - ], - "mentionees": [ - "privlinksuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Traffic Manager" - ], - "mentionees": [ - "tmsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Virtual Network" - ], - "mentionees": [ - "vnetsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Virtual Network NAT" - ], - "mentionees": [ - "vnetsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - Virtual WAN" - ], - "mentionees": [ - "vwansuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Network - VPN Gateway" - ], - "mentionees": [ - "vpngwsuppgithub" - ] - }, - { - "labels": [ - "Service Attention", - "Notification Hub" - ], - "mentionees": [ - "tjsomasundaram", - "aimankhan" - ] - }, - { - "labels": [ - "Service Attention", - "Operational Insights" - ], - "mentionees": [ - "AzmonLogA" - ] - }, - { - "labels": [ - "Service Attention", - "Policy" - ], - "mentionees": [ - "aperezcloud", - "kenieva" - ] - }, - { - "labels": [ - "Service Attention", - "Policy Insights" - ], - "mentionees": [ - "kenieva" - ] - }, - { - "labels": [ - "Service Attention", - "PostgreSQL" - ], - "mentionees": [ - "sunilagarwal", - "sr-msft", - "niklarin" - ] - }, - { - "labels": [ - "Service Attention", - "PostgreSQL - Flexible" - ], - "mentionees": [ - "daeunyim", - "rajsell" - ] - }, - { - "labels": [ - "Service Attention", - "PowerBI" - ], - "mentionees": [ - "laurent-mic", - "ayeshurun" - ] - }, - { - "labels": [ - "Service Attention", - "Quantum" - ], - "mentionees": [ - "ricardo-espinoza" - ] - }, - { - "labels": [ - "Service Attention", - "Recovery Services Backup" - ], - "mentionees": [ - "pvrk", - "adityabalaji-msft" - ] - }, - { - "labels": [ - "Service Attention", - "Recovery Services Site-Recovery" - ], - "mentionees": [ - "Sharmistha-Rai" - ] - }, - { - "labels": [ - "Service Attention", - "Redis Cache" - ], - "mentionees": [ - "shariq-mcs", - "MSFTeegarden" - ] - }, - { - "labels": [ - "Service Attention", - "Relay" - ], - "mentionees": [ - "jfggdl" - ] - }, - { - "labels": [ - "Service Attention", - "Reservations" - ], - "mentionees": [ - "Rkapso" - ] - }, - { - "labels": [ - "Service Attention", - "Resource Authorization" - ], - "mentionees": [ - "darshanhs90", - "AshishGargMicrosoft" - ] - }, - { - "labels": [ - "Service Attention", - "Resource Graph" - ], - "mentionees": [ - "chiragg4u" - ] - }, - { - "labels": [ - "Service Attention", - "Resource Health" - ], - "mentionees": [ - "stephbaron" - ] - }, - { - "labels": [ - "Service Attention", - "Scheduler" - ], - "mentionees": [ - "derek1ee" - ] - }, - { - "labels": [ - "Service Attention", - "Schema Registry" - ], - "mentionees": [ - "arerlend", - "alzimmermsft" - ] - }, - { - "labels": [ - "Service Attention", - "Search" - ], - "mentionees": [ - "brjohnstmsft", - "bleroy", - "tjacobhi", - "markheff", - "miwelsh" - ] - }, - { - "labels": [ - "Service Attention", - "Security" - ], - "mentionees": [ - "chlahav" - ] - }, - { - "labels": [ - "Service Attention", - "SecurityInsights" - ], - "mentionees": [ - "nazang" - ] - }, - { - "labels": [ - "Service Attention", - "Serial Console" - ], - "mentionees": [ - "CraigWiand" - ] - }, - { - "labels": [ - "Service Attention", - "Service Bus" - ], - "mentionees": [ - "Saglodha" - ] - }, - { - "labels": [ - "Service Attention", - "Service Fabric" - ], - "mentionees": [ - "a-Santamaria", - "LukeSlev", - "jkochhar" - ] - }, - { - "labels": [ - "Service Attention", - "SignalR" - ], - "mentionees": [ - "sffamily", - "chenkennt" - ] - }, - { - "labels": [ - "Service Attention", - "Spring Cloud" - ], - "mentionees": [ - "yucwan", - "yuwzho", - "ShichaoQiu" - ] - }, - { - "labels": [ - "Service Attention", - "SQL" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - Backup & Restore" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - Data Security" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - Elastic Jobs" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - Managed Instance" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - Replication & Failover" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "SQL - VM" - ], - "mentionees": [ - "azureSQLGitHub" - ] - }, - { - "labels": [ - "Service Attention", - "Storage" - ], - "mentionees": [ - "xgithubtriage" - ] - }, - { - "labels": [ - "Service Attention", - "Storsimple" - ], - "mentionees": [ - "anoobbacker", - "ganzee", - "manuaery", - "patelkunal" - ] - }, - { - "labels": [ - "Service Attention", - "Stream Analytics" - ], - "mentionees": [ - "atpham256" - ] - }, - { - "labels": [ - "Service Attention", - "Subscription" - ], - "mentionees": [ - "anuragdalmia", - "shilpigautam", - "ramaganesan-rg" - ] - }, - { - "labels": [ - "Service Attention", - "Support" - ], - "mentionees": [ - "shahbj79", - "mit2nil", - "aygoya", - "ganganarayanan" - ] - }, - { - "labels": [ - "Service Attention", - "Synapse" - ], - "mentionees": [ - "wonner", - "v-yanjungao" - ] - }, - { - "labels": [ - "Service Attention", - "Tables" - ], - "mentionees": [ - "klaaslanghout" - ] - }, - { - "labels": [ - "Service Attention", - "TimeseriesInsights" - ], - "mentionees": [ - "Shipra1Mishra" - ] - }, - { - "labels": [ - "Service Attention", - "vFXT" - ], - "mentionees": [ - "zhusijia26" - ] - }, - { - "labels": [ - "Service Attention", - "Web Apps" - ], - "mentionees": [ - "AzureAppServiceCLI", - "antcp" - ] - }, - { - "labels": [ - "Service Attention", - "WebPubSub" - ], - "mentionees": [ - "JialinXin", - "vicancy" - ] - } - ], - "replyTemplate": "Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.", - "taskName": "Triage issues to the service team" - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "opened" - } - }, - { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "write" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "MEMBER" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "COLLABORATOR" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "admin" - } - } - ] - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "customer-reported" - } - } - ] - } - ] - }, - "eventType": "pull_request", - "eventNames": [ - "pull_request", - "issues", - "project_card" - ], - "taskName": "Add customer-reported label to PRs from customers ", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "customer-reported" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thank you for your contribution ${issueAuthor}! We will review the pull request and get back to you soon." - } - } - ], - "dangerZone": { - "respondToBotActions": false, - "acceptRespondToBotActions": true - } - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "opened" - } - }, - { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "association": "MEMBER", - "permissions": "write" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "MEMBER" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasAssociation", - "parameters": { - "association": "COLLABORATOR" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "admin" - } - } - ] - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "customer-reported" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Add customer-reported label to issues coming from non-collaborators", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "customer-reported" - } - }, - { - "name": "addLabel", - "parameters": { - "label": "needs-triage" - } - } - ], - "dangerZone": { - "respondToBotActions": true - } - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "CXP Attention" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Service Attention" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "[CXP Pilot] CXP Attention Responder", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Thank you for your feedback. This has been routed to the support team for assistance." - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "customer-reported" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "CXP Attention" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Service Attention" - } - } - ] - }, - { - "operator": "or", - "operands": [ - { - "name": "titleContains", - "parameters": { - "titlePattern": "Synapse" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "OperationalInsights" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "Storage" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "DataFactory" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "Webapp" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "AppService" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "FrontDoor" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "Consumption" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "CosmosDB" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "AzAutomation" - } - }, - { - "name": "titleContains", - "parameters": { - "titlePattern": "AzWvd" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "[CXP Pilot] CXP Attention to service module", - "actions": [ - { - "name": "addLabel", - "parameters": { - "comment": "Thank you for your feedback. This has been routed to the support team for assistance.", - "label": "CXP Attention" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thank you for your feedback. This has been routed to the support team for assistance." - } - } - ], - "dangerZone": { - "respondToBotActions": true, - "acceptRespondToBotActions": true - } - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "labelAdded", - "parameters": { - "label": "issue-addressed" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "[Resolve Workflow] Issue Addressed Label Applied", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Hi @${issueAuthor}. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “`/unresolve`” to remove the “issue-addressed” label and continue the conversation." - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-triage" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-team-triage" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-team-attention" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs-author-feedback" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "frequency": [ - { - "weekDay": 0, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 1, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 2, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 3, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 4, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 5, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 6, - "hours": [ - 0, - 6, - 12, - 18 - ] - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "issue-addressed" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - } - ], - "taskName": "[Resolve Workflow] Close Addressed Issues", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Hi @${issueAuthor}, since you haven’t asked that we “`/unresolve`” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “`/unresolve`” to reopen the issue." - } - }, - { - "name": "closeIssue", - "parameters": {} - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "issue-addressed" - } - }, - { - "name": "commentContains", - "parameters": { - "commentPattern": "/unresolve" - } - }, - { - "operator": "or", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "admin" - } - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "write" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issue_comment" - ], - "taskName": "[Resolve Workflow] Unresolve Command by Author", - "actions": [ - { - "name": "reopenIssue", - "parameters": {} - }, - { - "name": "removeLabel", - "parameters": { - "label": "issue-addressed" - } - }, - { - "name": "addLabel", - "parameters": { - "label": "needs-team-attention" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "issue-addressed" - } - }, - { - "name": "commentContains", - "parameters": { - "commentPattern": "/unresolve" - } - }, - { - "operator": "and", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "admin" - } - }, - { - "name": "activitySenderHasPermissions", - "parameters": { - "permissions": "write" - } - } - ] - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issue_comment" - ], - "taskName": "[Resolve Workflow] Unresolve Command Without Permissions", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Hi ${contextualAuthor}, only the original author of the issue can ask that it be unresolved. Please open a new issue with your scenario and details if you would like to discuss this topic with the team." - } - } - ] - } - } - ], - "userGroups": [ - { - "_id": "5f074ba94200c210c870e100", - "groupType": "GitHub", - "name": "MariaDB and MySQL Contacts", - "githubUserNames": [ - "ambhatna", - "savjani", - "mksuni", - "Bashar-MSFT" - ], - "assignmentSchemes": [ - { - "target": "All", - "lastAssignedIndex": 3 - } - ] - } - ] -} From 3f86a6a4ed9cd6a50963fdd7ad43a5e8c9873542 Mon Sep 17 00:00:00 2001 From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:39:01 +0800 Subject: [PATCH 3/3] Update resourceManagement.yml --- .github/policies/resourceManagement.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index dee22a321a72..4697c4c1874d 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -1,14 +1,14 @@ -id: +id: name: GitOps.PullRequestIssueManagement description: GitOps.PullRequestIssueManagement primitive -owner: +owner: resource: repository disabled: false -where: +where: configuration: resourceManagementConfiguration: scheduledSearches: - - description: + - description: Close stale issues frequencies: - daily: time: 1:0 @@ -23,7 +23,7 @@ configuration: days: 14 actions: - closeIssue - - description: + - description: Add no recent activity label to issues frequencies: - hourly: hour: 6 @@ -41,7 +41,7 @@ configuration: label: no-recent-activity - addReply: reply: Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next **7 days**. If we don't hear back from you within **14 days** of this comment the issue will be automatically closed. Thank you! - - description: + - description: '[Resolve Workflow] Close Addressed Issues' frequencies: - hourly: hour: 6 @@ -54,7 +54,7 @@ configuration: days: 7 actions: - addReply: - reply: Hi @${issueAuthor}, since you haven’t asked that we “`/unresolve`” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “`/unresolve`” to reopen the issue. + reply: Hi @${issueAuthor}, since you haven't asked that we "`/unresolve`" the issue, we'll close this out. If you believe further discussion is needed, please add a comment "`/unresolve`" to reopen the issue. - closeIssue eventResponderTasks: - if: @@ -108,7 +108,7 @@ configuration: - or: - payloadType: Issues - isAction: - action: Opened + action: Labeled then: - if: - hasLabel: @@ -2603,7 +2603,7 @@ configuration: label: customer-reported - addReply: reply: Thank you for your contribution ${issueAuthor}! We will review the pull request and get back to you soon. - description: 'Add customer-reported label to PRs from customers ' + description: Add customer-reported label to PRs from customers - if: - payloadType: Issues - isAction: @@ -2752,5 +2752,5 @@ configuration: - addReply: reply: Hi ${contextualAuthor}, only the original author of the issue can ask that it be unresolved. Please open a new issue with your scenario and details if you would like to discuss this topic with the team. description: '[Resolve Workflow] Unresolve Command Without Permissions' -onFailure: -onSuccess: +onFailure: +onSuccess: