xref: /plugin/siteexport/.github/style.yml (revision 62d3d806d678e4c78cdc78aaffabd67589815aa1)
1*62d3d806SGerry Weißbach# Number of days of inactivity before an issue becomes stale
2*62d3d806SGerry WeißbachdaysUntilStale: 120
3*62d3d806SGerry Weißbach# Number of days of inactivity before a stale issue is closed
4*62d3d806SGerry WeißbachdaysUntilClose: 30
5*62d3d806SGerry Weißbach# Issues with these labels will never be considered stale
6*62d3d806SGerry WeißbachexemptLabels:
7*62d3d806SGerry Weißbach  - bug
8*62d3d806SGerry Weißbach  - pinned
9*62d3d806SGerry Weißbach  - security
10*62d3d806SGerry Weißbach# Label to use when marking an issue as stale
11*62d3d806SGerry WeißbachstaleLabel: wontfix
12*62d3d806SGerry Weißbach# Comment to post when marking an issue as stale. Set to `false` to disable
13*62d3d806SGerry WeißbachmarkComment: >
14*62d3d806SGerry Weißbach  This issue has been automatically marked as stale because it has not had
15*62d3d806SGerry Weißbach  recent activity. It will be closed after 30 days if no further activity occurs.
16*62d3d806SGerry Weißbach  Thank you for your contributions.
17*62d3d806SGerry Weißbach# Comment to post when closing a stale issue. Set to `false` to disable
18*62d3d806SGerry WeißbachcloseComment: false