Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Siqi committed Jul 4, 2024
2 parents 43f3190 + f5ef216 commit 7bfae09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CloseStaleIssues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Close Stale Issues"

on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-close: 14
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
</details>

***
### 讨论/Discussions

**[参与或发起讨论](https://github.com/Z-Siqi/Clash-for-Windows_Chinese/discussions)**
***

#### 赞助商的广告

Expand Down

0 comments on commit 7bfae09

Please sign in to comment.