github.com/yaling888/clash@v1.53.0/.github/workflows/stale.yml (about)

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