github.com/v2fly/v2ray-core/v4@v4.45.2/.github/workflows/stale.yml (about) 1 name: Mark stale issues and pull requests 2 3 on: 4 schedule: 5 - cron: "30 1 * * *" 6 7 jobs: 8 stale: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/stale@v4 12 with: 13 repo-token: ${{ secrets.GITHUB_TOKEN }} 14 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" 15 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' 16 days-before-stale: 120 17 days-before-close: 5