add insert value to google_signin_email column in users table (#7472)
[openemr.git] / .github / stale.yml
blobada55597c553875ad80741005d3adf1446f626a2
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 # Only close triaged issues that lack reproduction / clear next steps
7 onlyLabels:
8     - WaitingForInfo
9 # Set to true to ignore issues with an assignee (defaults to false)
10 exemptAssignees: true
11 # Issues with these labels will never be considered stale
12 exemptLabels:
13   - pinned
14   - Security
15   - stalebot-ignore
16 # Label to use when marking an issue as stale
17 staleLabel: Stale
18 # Set to true to ignore issues in a milestone (defaults to false)
19 exemptMilestones: true
20 # Comment to post when marking an issue as stale. Set to `false` to disable
21 markComment: >
22   This issue has been automatically marked as stale because it has not had
23   any recent activity within the past 90 days. It will be closed in 7 days
24   if no further activity occurs.
25 # Comment to post when closing a stale issue. Set to `false` to disable
26 closeComment: >
27   This issue has been automatically closed because it has not had
28   any recent activity within the past 97 days.