diff --git a/.github/reviewer.yml b/.github/reviewer.yml
new file mode 100644
index 000000000000..0fd114e380a7
--- /dev/null
+++ b/.github/reviewer.yml
@@ -0,0 +1,15 @@
+# This file is openapi-email-bot to store reviewer email address.
+---
+- group:
+ name: default
+ users:
+ - githubID: ruowan
+ email: ruowan@microsoft.com
+ - githubID: raych1
+ email: raychen@microsoft.com
+ - githubID: MyronFanQiu
+ email: fanqiu@microsoft.com
+ - githubID: yungezz
+ email: yungez@microsoft.com
+ - githubID: lirenhe
+ email: Renhe.Li@microsoft.com
diff --git a/.github/sla.yml b/.github/sla.yml
new file mode 100644
index 000000000000..1fcec5d02411
--- /dev/null
+++ b/.github/sla.yml
@@ -0,0 +1,25 @@
+---
+- scheduleTask:
+ action: sendEmailToAssignee
+ args:
+ ignoredLabels:
+ - WaitForARMFeedback
+ - DoNotMerge
+ - WaitingForAzureAPIBoard
+ limit: 48h
+ message: '
Dear Swagger reviewer,
Please response to the PR ${PR_URL}. The PR isn''t updated in 48 hours.
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 initial response in 48 hours"
+ name: no-initial-response
+- scheduleTask:
+ action: sendEmailToAssignee
+ args:
+ ignoredLabels:
+ - WaitForARMFeedback
+ - DoNotMerge
+ - 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: no-update-in-5d