浏览代码

Update stale.yml

Danielshe 5 年之前
父节点
当前提交
5ec13824fa
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      .github/workflows/stale.yml

+ 5 - 4
.github/workflows/stale.yml

@@ -13,7 +13,8 @@ jobs:
     - uses: actions/stale@v1
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
-        stale-issue-message: 'Stale issue message'
-        stale-pr-message: 'Stale pull request message'
-        stale-issue-label: 'no-issue-activity'
-        stale-pr-label: 'no-pr-activity'
+        stale-issue-message: 'This issue is marked with stale as this issue had no activity in 60 days. This issue will not be automatically closed.'
+        stale-pr-message: 'This pull request is marked with stale as this pull request had no activity in 60 days. This pull request will not be automatically closed.'
+        stale-issue-label: 'stale'
+        stale-pr-label: 'stale'
+        days-before-close: 1000000000