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. 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. 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