xref: /freebsd/sys/contrib/openzfs/.github/stale.yml (revision 7877fdebeeb35fad1cbbafce22598b1bdf97c786)
1*7877fdebSMatt Macy# Number of days of inactivity before an issue becomes stale
2*7877fdebSMatt MacydaysUntilStale: 365
3*7877fdebSMatt Macy# Number of days of inactivity before a stale issue is closed
4*7877fdebSMatt MacydaysUntilClose: 90
5*7877fdebSMatt Macy# Limit to only `issues` or `pulls`
6*7877fdebSMatt Macyonly: issues
7*7877fdebSMatt Macy# Issues with these labels will never be considered stale
8*7877fdebSMatt MacyexemptLabels:
9*7877fdebSMatt Macy  - "Type: Feature"
10*7877fdebSMatt Macy  - "Bot: Not Stale"
11*7877fdebSMatt Macy  - "Status: Work in Progress"
12*7877fdebSMatt Macy# Set to true to ignore issues in a project (defaults to false)
13*7877fdebSMatt MacyexemptProjects: true
14*7877fdebSMatt Macy# Set to true to ignore issues in a milestone (defaults to false)
15*7877fdebSMatt MacyexemptMilestones: true
16*7877fdebSMatt Macy# Set to true to ignore issues with an assignee (defaults to false)
17*7877fdebSMatt MacyexemptAssignees: true
18*7877fdebSMatt Macy# Label to use when marking an issue as stale
19*7877fdebSMatt MacystaleLabel: "Status: Stale"
20*7877fdebSMatt Macy# Comment to post when marking an issue as stale. Set to `false` to disable
21*7877fdebSMatt MacymarkComment: >
22*7877fdebSMatt Macy  This issue has been automatically marked as "stale" because it has not had
23*7877fdebSMatt Macy  any activity for a while. It will be closed in 90 days if no further activity occurs.
24*7877fdebSMatt Macy  Thank you for your contributions.
25*7877fdebSMatt Macy# Limit the number of actions per hour, from 1-30. Default is 30
26*7877fdebSMatt MacylimitPerRun: 6
27