瀏覽代碼

feat: update actions

crazywoola 1 年之前
父節點
當前提交
33200090e8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/stale.yml

+ 2 - 0
.github/workflows/stale.yml

@@ -20,6 +20,8 @@ jobs:
     steps:
     steps:
     - uses: actions/stale@v5
     - uses: actions/stale@v5
       with:
       with:
+        days-before-issue-stale: 30
+        days-before-issue-close: 3
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
         stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
         stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
         stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."