diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 33ada939..b9f100de 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -38,6 +38,10 @@ configuration: label: feature-request - isNotLabeledWith: label: bug + - isNotLabeledWith: + label: enhancement + - isNotLabeledWith: + label: announcement actions: - addLabel: label: stale @@ -248,6 +252,10 @@ configuration: days: 7 - isNotLabeledWith: label: feature-request + - isNotLabeledWith: + label: enhancement + - isNotLabeledWith: + label: announcement - isNotLabeledWith: label: stale actions: @@ -283,6 +291,33 @@ configuration: - addReply: reply: Thanks for reaching out. I'm closing this issue as it was marked resolved and it hasn't had activity for 3 days. If it continues please reply or open a support ticket. - closeIssue + - description: close the issue with code merged label without activities in 21 days. + frequencies: + - hourly: + hour: 6 + filters: + - isOpen + - hasLabel: + label: resolution/code-merged + - noActivitySince: + days: 21 + actions: + - addReply: + reply: Thanks for reaching out. I'm closing this issue as it was marked with "code merged" and it hasn't had activity for 21 days. + - closeIssue + - description: label issues with SLA warning if issues are not closed after 7 days. + frequencies: + - hourly: + hour: 6 + filters: + - isOpen + - created: + before: 7 + - hasLabel: + label: bug + actions: + - addLabel: + label: SLA eventResponderTasks: - if: - payloadType: Issue_Comment