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
Copy file name to clipboardExpand all lines: .github/label-commenter-config.yml
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter
2
2
labels:
3
-
- name: needs-triaging
3
+
- name: A-needs-triaging
4
4
labeled:
5
5
issue:
6
6
body: |
@@ -15,7 +15,7 @@ labels:
15
15
Triage this issue by using labels.
16
16
</p>
17
17
<p>
18
-
If information is missing, add a helpful comment and then <code>I-issue-template</code> label.
18
+
If information is missing, add a helpful comment and then <code>J-issue-template</code> label.
19
19
</p>
20
20
<p>
21
21
If the issue is a question, add the <code>I-question</code> label.
@@ -101,18 +101,18 @@ labels:
101
101
102
102
Feel free to comment the issues that you raise back in this issue. Thank you.
103
103
action: close
104
-
- name: I-issue-template
104
+
- name: J-issue-template
105
105
labeled:
106
106
issue:
107
107
body: |
108
108
Hi, @{{ issue.user.login }}.
109
-
Please follow the issue template, we need more information to reproduce the issue.
109
+
Please follow the issue template; we need more information to reproduce the issue.
110
110
111
111
Either a complete code snippet and URL/HTML (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.
112
112
113
113
Note: If you cannot share your code and URL/HTML, any complete code snippet and URL/HTML that reproduces the issue is good enough.
114
114
115
-
Reply to this issue when all information is provided, thank you.
115
+
Reply to this issue when all information is provided. Thank you.
116
116
- name: I-question
117
117
labeled:
118
118
issue:
@@ -137,3 +137,17 @@ labels:
137
137
138
138
Please turn on logging and re-run your code. Information on how to adjust logs for your language can be found in our
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,29 @@ jobs:
20
20
with:
21
21
stale-issue-message: 'This issue is stale because it has been open 280 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
22
22
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
23
-
stale-issue-label: 'I-stale'
23
+
stale-issue-label: 'J-stale'
24
+
stale-pr-label: 'J-stale'
24
25
days-before-stale: 180
25
26
days-before-close: 14
26
27
exempt-all-milestones: true
27
28
- uses: actions/stale@v9
28
29
with:
29
30
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
30
-
stale-issue-label: 'R-awaiting answer'
31
+
stale-issue-label: 'J-awaiting answer'
31
32
days-before-stale: -1
32
33
days-before-close: 14
33
-
labels-to-add-when-unstale: 'needs-triaging'
34
-
34
+
labels-to-add-when-unstale: 'A-needs-triaging'
35
+
- uses: actions/stale@v9
36
+
with:
37
+
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
38
+
stale-issue-label: 'J-logging'
39
+
days-before-stale: -1
40
+
days-before-close: 14
41
+
labels-to-add-when-unstale: 'A-needs-triaging'
42
+
- uses: actions/stale@v9
43
+
with:
44
+
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
0 commit comments