From 0993d98cc70eec12082a1bc4b5da8a354d4891ea Mon Sep 17 00:00:00 2001 From: shadcn Date: Sun, 15 Sep 2024 13:25:06 +0400 Subject: [PATCH] ci: update stale config (#4858) --- .github/workflows/issue-stale.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-stale.yml b/.github/workflows/issue-stale.yml index e34856dad..500d781b0 100644 --- a/.github/workflows/issue-stale.yml +++ b/.github/workflows/issue-stale.yml @@ -16,11 +16,12 @@ jobs: name: "Close stale issues with no reproduction" with: repo-token: ${{ secrets.STALE_TOKEN }} - close-issue-message: "This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you." + close-issue-message: "This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please reopen or leave a comment. Thank you.\n(This is an automated message.)" days-before-issue-close: 7 - days-before-issue-stale: 15 + days-before-issue-stale: 30 stale-pr-label: "stale?" - days-before-pr-close: -1 - days-before-pr-stale: -1 + days-before-pr-close: 7 + days-before-pr-stale: 15 + only-pr-labels: "postpone: more info or changes requested,please add a reproduction" exempt-issue-labels: "roadmap,next,bug" operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close