Fixes for restoreSession logic. (#4378)
[openemr.git] / .github / stale.yml
blob1327a814bbd9baa295fef7aca8cf07138beb9224
1 # Github Stale Addon - Removes issues that are stale
2 # Number of days of inactivity before an issue becomes stale
3 daysUntilStale: 90
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   - Security
10 # Label to use when marking an issue as stale
11 staleLabel: Stale
12 # Set to true to ignore issues in a milestone (defaults to false)
13 exemptMilestones: true
14 # Comment to post when marking an issue as stale. Set to `false` to disable
15 markComment: >
16   This issue has been automatically marked as stale because it has not had
17   any recent activity within the past 90 days. It will be closed in 7 days
18   if no further activity occurs.
19 # Comment to post when closing a stale issue. Set to `false` to disable
20 closeComment: >
21   This issue has been automatically closed because it has not had
22   any recent activity within the past 97 days.