mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-10 17:23:59 +08:00
chore(ci): update slate config
This commit is contained in:
parent
9e0871b228
commit
804ba52c18
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 30
|
||||||
days-before-issue-close: 7
|
days-before-issue-close: 14
|
||||||
stale-issue-label: "awaiting feedback | 等待反馈"
|
stale-issue-label: "awaiting feedback | 等待反馈"
|
||||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
||||||
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as 'awaiting feedback'."
|
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as 'awaiting feedback'."
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user