You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Number of days of inactivity before an issue becomes stale
2
+
daysUntilStale: 180
3
+
# Number of days of inactivity before a stale issue is closed
4
+
daysUntilClose: 10
5
+
# Issues with these labels will never be considered stale
6
+
exemptLabels:
7
+
- pinned
8
+
- security
9
+
- enhancement
10
+
# Label to use when marking an issue as stale
11
+
staleLabel: stale
12
+
# Comment to post when marking an issue as stale. Set to `false` to disable
13
+
markComment: |
14
+
Thank you so much for submitting an issue to help improve OpenShot Video Editor. We are sorry about this, but this particular issue has gone unnoticed for quite some time. To help keep the OpenShot GitHub Issue Tracker organized and focused, we must ensure that every issue is correctly labelled and triaged, to get the proper attention.
15
+
16
+
This issue will be closed, as it meets the following criteria:
17
+
- No activity in the past 180 days
18
+
- No one is assigned to this issue
19
+
20
+
We'd like to ask you to help us out and determine whether this issue should be reopened.
21
+
- If this issue is reporting a bug, please can you attempt to reproduce on the [latest daily build](https://www.openshot.org/download/#daily) to help us to understand whether the bug still needs our attention.
22
+
- If this issue is proposing a new feature, please can you verify whether the feature proposal is still relevant.
23
+
24
+
Thanks again for your help!
25
+
# Comment to post when closing a stale issue. Set to `false` to disable
26
+
closeComment: false
27
+
# Only close issues
28
+
only: issues
29
+
# Don't close issues which are assigned to somebody
0 commit comments