From 60c10f8953a5f8ff611c34953bc5ef8996a8601b Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 4 Mar 2021 23:20:05 +0800 Subject: [PATCH 1/2] Create issue-close-require.yml --- .github/workflows/issue-close-require.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/issue-close-require.yml diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml new file mode 100644 index 0000000000..2e246f4d45 --- /dev/null +++ b/.github/workflows/issue-close-require.yml @@ -0,0 +1,20 @@ +name: Issue Close Require + +on: + schedule: + - cron: "0 0 * * *" + +jobs: + close-issues: + runs-on: ubuntu-latest + steps: + - name: need reproduce + uses: actions-cool/issues-helper@v1.7 + with: + actions: 'close-issues' + labels: '🤔 Need Reproduce' + inactive-day: 3 + body: | + Since the issue was labeled with `Need Reproduce`, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply. + + 由于该 issue 被标记为需要复现信息,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 From f478c6afdcf18163379ddda5e4e74a330fd65184 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 5 Mar 2021 09:24:52 +0800 Subject: [PATCH 2/2] Update issue-close-require.yml --- .github/workflows/issue-close-require.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index 2e246f4d45..a37bffe09c 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -13,8 +13,8 @@ jobs: with: actions: 'close-issues' labels: '🤔 Need Reproduce' - inactive-day: 3 + inactive-day: 7 body: | - Since the issue was labeled with `Need Reproduce`, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply. + Since the issue was labeled with `Need Reproduce`, but no response in 7 days. This issue will be closed. If you have any questions, you can comment and reply. - 由于该 issue 被标记为需要复现信息,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 + 由于该 issue 被标记为需要复现信息,却 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。