github.com/igoogolx/clash@v1.19.8/.github/workflows/stale.yml (about)

     1    
     2  name: Mark stale issues and pull requests
     3  
     4  on:
     5    schedule:
     6      - cron: "30 1 * * *"
     7  
     8  jobs:
     9    stale:
    10  
    11      runs-on: ubuntu-latest
    12  
    13      steps:
    14        - uses: actions/stale@v7
    15          with:
    16            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'
    17            days-before-stale: 60
    18            days-before-close: 5