ソースを参照

Add stale config

Mathieu Acthernoene 5 年 前
コミット
85e9c2e6c3
共有1 個のファイルを変更した35 個の追加0 個の削除を含む
  1. 35
    0
      .github/stale.yml

+ 35
- 0
.github/stale.yml ファイルの表示

@@ -0,0 +1,35 @@
1
+# Configuration for probot-stale based on: https://github.com/facebook/react-native/blob/master/.github/stale.yml
2
+
3
+# Number of days of inactivity before an issue becomes stale
4
+daysUntilStale: 90
5
+
6
+# Number of days of inactivity before a stale issue is closed
7
+daysUntilClose: 7
8
+
9
+# Issues with these labels will never be considered stale
10
+exemptLabels:
11
+  - Security
12
+  - Pinned
13
+  - Good first issue
14
+  - 'Type: Discussion'
15
+  - Partner
16
+  - Core Team
17
+  - 'Help Wanted :octocat:'
18
+  - 'Impact: Regression'
19
+  - 'Resolution: PR Submitted'
20
+  - 'Resolution: Backlog'
21
+
22
+# Label to use when marking an issue as stale
23
+staleLabel: Stale
24
+
25
+# Comment to post when marking an issue as stale. Set to `false` to disable
26
+markComment: >
27
+  Hey there, 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.
28
+  You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open.
29
+  Thank you for your contributions.
30
+
31
+# Comment to post when closing a stale issue. Set to `false` to disable
32
+closeComment: >
33
+  Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
34
+
35
+only: issues