diff --git a/.github/sla.yml b/.github/sla.yml
index 832adeb0572d..8e79d8c1d9a3 100644
--- a/.github/sla.yml
+++ b/.github/sla.yml
@@ -11,18 +11,6 @@
description: "None initial response in 48 hours. For public repo."
name: "[PUBLIC] initial response notification"
-- scheduleTask:
- action: sendEmailToAssignee
- repoWhitelist:
- - Azure/azure-rest-api-specs
- args:
- booleanFilterExpression: "!(WaitForARMFeedback||WaitingForAzureAPIBoard)"
- limit: 5d
- message: '
Dear Swagger reviewer,
Please response to the PR ${PR_URL}. The PR isn''t updated in 5 days.
Quick info. - If no response from ARM review board, please send email to armapireview@microsoft.com.
- If need immediate ARM review, please get ARM review oncall contact point from ICM https://icm.ad.msft.net/imp/v3/oncall/current under Service "Azure Resource Manager" and Team "RP Manifest Approvers"
- If no response from Azure API review board, please send email to azureapirbcore@microsoft.com.
- If you have problem to fix CI task errors, please send email to Visual Studio China Swagger and Tool team vscswagger@microsoft.com.
- If you want to opt out from Swagger reviewing for out of office period, please set vacation date at https://inframonitorweb1.azurewebsites.net/Home/MyView.
- Pls refer to Swagger review process (onenote) for more about Swagger review process.
Best regards,
Azure Management Experience '
- subject: "Action Required: Please respond to PR ${PR_URL}"
- description: "None update in PR in 5 days"
- name: "[PUBLIC] no update over 5 days notification"
-
- scheduleTask:
action: sendEmailToAssignee
repoWhitelist:
@@ -35,18 +23,6 @@
description: "None initial response in 48 hours. For private repo."
name: "[PRIVATE] initial response notification"
-- scheduleTask:
- action: sendEmailToAssignee
- repoWhitelist:
- - Azure/azure-rest-api-specs-pr
- args:
- booleanFilterExpression: "!(WaitForARMFeedback||WaitingForAzureAPIBoard||Approved-OkToMerge)"
- limit: 5d
- message: ' Dear Swagger reviewer,
Please response to the PR ${PR_URL}. The PR isn''t updated in 5 days.
Quick info. - If no response from ARM review board, please send email to armapireview@microsoft.com.
- If need immediate ARM review, please get ARM review oncall contact point from ICM https://icm.ad.msft.net/imp/v3/oncall/current under Service "Azure Resource Manager" and Team "RP Manifest Approvers"
- If no response from Azure API review board, please send email to azureapirbcore@microsoft.com.
- If you have problem to fix CI task errors, please send email to Visual Studio China Swagger and Tool team vscswagger@microsoft.com.
- If you want to opt out from Swagger reviewing for out of office period, please set vacation date at https://inframonitorweb1.azurewebsites.net/Home/MyView.
- Pls refer to Swagger review process (onenote) for more about Swagger review process.
Best regards,
Azure Management Experience '
- subject: "Action Required: Please respond to PR ${PR_URL}"
- description: "None update in PR in 5 days. For private repo"
- name: "[PRIVATE] no update over 5 days notification"
-
- scheduleTask:
action: sendEmail
repoWhitelist:
@@ -55,7 +31,7 @@
booleanFilterExpression: "(WaitForARMFeedback&&!ARMSignedOff&&!ARMChangesRequested&&!ARMReviewInProgress)"
limit: 3d
subject: "Action Required: Please help to review PR ${PR_URL}"
- message: " Dear ARM review board,
Please review PR ${PR_URL}, the PR is waiting for ARM review over 3 days. Thanks.
Quick info- If you have feedback about the notification email, please contact us at vscswagger@microsoft.com.
- After reviewing, please remove “WaitForARMFeedback” label from PR to correct state.
Best regards,
Azure Management Experience"
+ message: " Dear ARM review board,
Please review PR ${PR_URL}, the PR is waiting for ARM review over 3 days. Thanks.
Quick info- If you have feedback about the notification email, please contact us at vscswagger@microsoft.com.
- After reviewing, please remove “WaitForARMFeedback” label from PR to avoid receiving notification on the same PR.
- Please do not reply to this email, this is an automatic generated email.
Best regards,
Azure Management Experience"
to: yungez@microsoft.com
description: "send email to ARM team for over 5 days PRs labelled with WaitForARMFeedback"
name: "send email to ARM team"