mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
chore: mark days
This commit is contained in:
4
.github/workflows/issues_close.yml
vendored
4
.github/workflows/issues_close.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: 10
|
||||
days-before-issue-close: 5
|
||||
days-before-issue-close: 2
|
||||
stale-issue-label: stale
|
||||
stale-issue-message: This issue is stale because it has been open for 10 days with no activity.
|
||||
close-issue-message: This issue was closed because it has been inactive for 5 days since being marked as stale.
|
||||
close-issue-message: This issue was closed because it has been inactive for 2 days since being marked as stale.
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user