clash/.github/workflows/stale.yml

20 lines
470 B
YAML
Raw Normal View History

2020-07-09 02:27:05 +00:00
name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
2020-08-30 15:06:21 +00:00
- uses: actions/stale@v3
2020-07-09 02:27:05 +00:00
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 120
days-before-close: 5