浏览代码

Update stale issue message and parameters (#19412)

* Update stale issue bot

* Update close-stale.yml

* Update close-stale.yml

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Jason Smith 3 年前
父节点
当前提交
a52afd2aeb
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .github/workflows/close-stale.yml

+ 2
- 2
.github/workflows/close-stale.yml 查看文件

@@ -20,8 +20,8 @@ jobs:
20 20
     - uses: actions/stale@v3
21 21
       with:
22 22
         repo-token: ${{ secrets.GITHUB_TOKEN }}
23
-        stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.'
23
+        stale-issue-message: 'This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.'
24 24
         days-before-stale: 30
25
-        days-before-close: 5
25
+        days-before-close: 7
26 26
         stale-issue-label: 'stale-closing-soon'
27 27
         exempt-issue-labels: 'T: Feature Request'

正在加载...
取消
保存