1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 17:30:44 +00:00
v2fly/.github/workflows/stale.yml

18 lines
607 B
YAML
Raw Normal View History

2020-06-27 12:59:30 +00:00
name: Mark stale issues and pull requests
on:
schedule:
2020-08-24 08:09:51 +00:00
- cron: "30 1 * * *"
2020-06-27 12:59:30 +00:00
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3.0.17
2020-08-24 08:09:51 +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"
2020-08-27 15:26:51 +00:00
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
2020-08-24 08:09:51 +00:00
days-before-stale: 120
days-before-close: 5