...

Text file src/github.com/Azure/azure-sdk-for-go/.github/sla.yml

Documentation: github.com/Azure/azure-sdk-for-go/.github

     1---
     2- scheduleTask:
     3    action: sendEmail
     4    scope: issue
     5    args:
     6      booleanFilterExpression: "needs-triage"
     7      limit: 2d
     8      subject: "Action Required: Please respond to ${URL}"
     9      message: "<p> Dear SDK owner, <br> <br>Please response to issue ${URL} , the PR is waiting for response over 2 days. Thanks."
    10      to: azure-go-sdk@microsoft.com
    11    description: "send email to SDK owner for over 2 days issues labelled with triage"
    12    name: "notification of SLA"

View as plain text