File: stale.yml

package info (click to toggle)
glusterfs 11.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 28,244 kB
  • sloc: ansic: 471,238; sh: 45,610; python: 16,893; perl: 3,328; makefile: 2,014; yacc: 487; ruby: 171; lisp: 124; xml: 75; lex: 61
file content (25 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 210
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 15
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
# Label to use when marking an issue as stale
staleLabel: wontfix

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
  Thank you for your contributions.

  Noticed that this issue is not having any activity in last ~6 months! We
  are marking this issue as stale because it has not had recent activity.

  It will be closed in 2 weeks if no one responds with a comment here.
  

# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
  Closing this issue as there was no update since my last update on issue.
  If this is an issue which is still valid, feel free to open it.