diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index b5f416a..7feca04 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -51,7 +51,7 @@ configuration: reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate. - addLabel: label: stale - - description: "[Idle Issue Management] Close stale 'needs reproduction' issues" + - description: "[Idle Issue Management] Notify about 'needs info' issues" frequencies: - weekday: day: Monday @@ -72,7 +72,34 @@ configuration: - isIssue - isOpen - hasLabel: - label: needs reproduction + label: needs info + - noActivitySince: + days: 3 + actions: + - addReply: + reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate. + - addLabel: + label: stale + - description: "[Idle Issue Management] Close stale 'needs reproduction' issues" + frequencies: + - weekday: + day: Monday + time: 0:0 + - weekday: + day: Tuesday + time: 0:0 + - weekday: + day: Wednesday + time: 0:0 + - weekday: + day: Thursday + time: 0:0 + - weekday: + day: Friday + time: 0:0 + filters: + - isIssue + - isOpen - hasLabel: label: stale - noActivitySince: @@ -80,7 +107,7 @@ configuration: actions: - closeIssue - addReply: - reply: We haven't received a reproduction sample from you. The issue is closed. + reply: This issue has been automatically closed because it has been marked as stale. eventResponderTasks: - if: - payloadType: Issues