File: stale.yml

package info (click to toggle)
libnginx-mod-http-modsecurity 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: perl: 1,819; ansic: 1,515; sh: 26; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#name: "Close stale issues"
#on:
#  schedule:
#  - cron: "0 0 * * *"
#
#jobs:
#  stale:
#    runs-on: ubuntu-latest
#    steps:
#    - uses: actions/stale@v3
#      with:
#        repo-token: ${{ secrets.GITHUB_TOKEN }}
#        stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
#        stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
#        stale-issue-label: 'no-issue-activity'
#        stale-pr-label: 'no-pr-activity'
#        exempt-issue-label: 'nostale,work-in-progress'
#        days-before-stale: 30
#        days-before-close: 5