瀏覽代碼

fix: stale.yml

tags/0.3.2
crazywoola 2 年之前
父節點
當前提交
c109b1a920
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      .github/workflows/stale.yml

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

@@ -11,6 +11,7 @@ on:

jobs:
stale:

runs-on: ubuntu-latest
permissions:
issues: write
@@ -20,7 +21,7 @@ jobs:
- uses: actions/stale@v5
with:
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-pr-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-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

Loading…
取消
儲存