Your IP : 216.73.216.130


Current Path : /usr/share/modsecurity-crs/.github/workflows/
Upload File :
Current File : //usr/share/modsecurity-crs/.github/workflows/stale.yml

name: Mark stale issues

on:
  schedule:
  - cron: "0 0 * * *"

jobs:
  stale:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/stale@v1
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        stale-issue-message: 'This issue has been open 120 days with no activity. Remove the stale label or comment, or this will be closed in 14 days'
        stale-issue-label: 'Stale issue'
        days-before-stale: 120
        days-before-close: 14