github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/.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@v8
    12          with:
    13            stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
    14            days-before-stale: 60
    15            days-before-close: 5