github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/.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@v3.0.12 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