File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Documentation https://github.com/marketplace/actions/close-stale-issues
2+ # Number of days of inactivity before an issue becomes stale
3+ daysUntilStale : 60
4+ # Number of days of inactivity before a stale issue is closed
5+ daysUntilClose : 7
6+ # Issues with these labels will never be considered stale
7+ exemptLabels :
8+ - pinned
9+ - enhancement
10+ - enhancement requested
11+ - bug confirmed
12+ - information
13+ # Label to use when marking an issue as stale
14+ staleLabel : stale
15+ # Comment to post when marking an issue as stale. Set to `false` to disable
16+ markComment : >
17+ This issue has been automatically marked as stale because it has not had
18+ recent activity. It will be closed if no further activity occurs. Please
19+ update it if any action still required.
20+ # Comment to post when closing a stale issue. Set to `false` to disable
21+ closeComment : >
22+ This issue has been automatically closed because it has not had recent activity.
23+ Please, reopen if you need.
You can’t perform that action at this time.
0 commit comments