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