Skip to content

Commit a28291c

Browse files
Add stalebot to SQLCipher for Android test suite
1 parent ed5b3a7 commit a28291c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/stale.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
# Number of days of inactivity before an issue becomes stale
3+
daysUntilStale: 14
4+
# Number of days of inactivity before a stale issue is closed
5+
daysUntilClose: 14
6+
# Issues with these labels will never be considered stale
7+
exemptLabels:
8+
- bug
9+
- enhancement
10+
- security
11+
# Label to use when marking an issue as stale
12+
staleLabel: stale
13+
# Comment to post when marking an issue as stale. Set to `false` to disable
14+
markComment: >
15+
Hello, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs.
16+
You may also label this issue as "bug", "enhancement", or "security" and I will leave it open.
17+
Thank you for your contributions.
18+
# Comment to post when closing a stale issue. Set to `false` to disable
19+
closeComment: >
20+
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.
21+
only: issues

0 commit comments

Comments
 (0)