Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterNone authored Oct 30, 2023
1 parent ed3268c commit 5ea7c18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/stale@v4.1.0
- uses: actions/stale@v5
with:
days-before-issue-stale: 30
days-before-issue-close: 60
days-before-issue-close: 14
stale-issue-label: "陈旧的issue"
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 14 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ea7c18

Please sign in to comment.