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/ionic-issue-bot.yml
+27-31Lines changed: 27 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -2,77 +2,73 @@ triage:
2
2
label: triage
3
3
removeLabelWhenProjectAssigned: true
4
4
dryRun: false
5
-
6
5
comment:
7
6
labels:
8
-
- label: "help wanted"
7
+
- label: help wanted
9
8
message: >
10
-
This issue has been labeled as `help wanted`. This label is added to issues
11
-
that we believe would be good for contributors.
9
+
This issue has been labeled as `help wanted`. This label is added to
10
+
issues that we believe would be good for contributors.
12
11
13
12
14
-
If you'd like to work on this issue, please comment here letting us know that
15
-
you would like to submit a pull request for it. This helps us to keep track of
16
-
the pull request and make sure there isn't duplicated effort.
13
+
If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort.
17
14
18
15
19
16
Thank you!
20
17
- label: "ionitron: needs reproduction"
21
18
message: >
22
-
Thanks for the issue! This issue has been labeled as `needs reproduction`. This label
23
-
is added to issues that need a code reproduction.
19
+
Thanks for the issue! This issue has been labeled as `needs
20
+
reproduction`. This label is added to issues that need a code
21
+
reproduction.
24
22
25
23
Please provide a sample project and a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.
26
24
27
25
If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.
28
-
29
26
dryRun: false
30
-
31
27
closeAndLock:
32
28
labels:
33
29
- label: "ionitron: missing template"
34
30
message: >
35
-
Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue
36
-
template in order to gather more information and further assist you. Please create a new issue and ensure the
37
-
template is fully filled out.
31
+
Thanks for the issue! It appears that you have not filled out the
32
+
provided issue template. We use this issue template in order to gather
33
+
more information and further assist you. Please create a new issue and
34
+
ensure the template is fully filled out.
38
35
39
36
40
37
Thank you for using Ionic!
41
38
close: true
42
39
lock: true
43
40
dryRun: false
44
-
45
41
lockClosed:
46
42
days: 30
47
43
maxIssuesPerRun: 100
48
44
message: >
49
-
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue.
50
-
If this is still an issue with the latest version of the codemods, please create a new issue and ensure the template is fully filled out.
45
+
Thanks for the issue! This issue is being locked to prevent comments
46
+
that are not relevant to the original issue. If this is still an issue with
47
+
the latest version of the codemods, please create a new issue and ensure the
48
+
template is fully filled out.
51
49
dryRun: false
52
-
53
50
stale:
54
51
days: 365
55
52
maxIssuesPerRun: 100
56
53
exemptLabels:
57
-
- "good first issue"
58
-
- "triage"
54
+
- good first issue
55
+
- triage
59
56
- "type: bug"
60
57
- "type: feature request"
61
58
exemptAssigned: true
62
59
exemptProjects: true
63
60
exemptMilestones: true
64
61
label: "ionitron: stale issue"
65
62
message: >
66
-
Thanks for the issue! This issue is being closed due to inactivity. If this is still
67
-
an issue with the latest version of the codemods, please create a new issue and ensure the
68
-
template is fully filled out.
63
+
Thanks for the issue! This issue is being closed due to inactivity. If
64
+
this is still an issue with the latest version of the codemods, please
65
+
create a new issue and ensure the template is fully filled out.
69
66
70
67
71
68
Thank you for using Ionic!
72
69
close: true
73
70
lock: true
74
71
dryRun: false
75
-
76
72
noReply:
77
73
days: 14
78
74
maxIssuesPerRun: 100
@@ -81,16 +77,15 @@ noReply:
81
77
exemptProjects: true
82
78
exemptMilestones: true
83
79
message: >
84
-
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still
85
-
an issue with the latest version of the codemods, please create a new issue and ensure the
86
-
template is fully filled out.
80
+
Thanks for the issue! This issue is being closed due to the lack of a
81
+
reply. If this is still an issue with the latest version of the codemods,
82
+
please create a new issue and ensure the template is fully filled out.
87
83
88
84
89
85
Thank you for using Ionic!
90
86
close: true
91
87
lock: true
92
88
dryRun: false
93
-
94
89
noReproduction:
95
90
days: 14
96
91
maxIssuesPerRun: 100
@@ -99,9 +94,10 @@ noReproduction:
99
94
exemptProjects: true
100
95
exemptMilestones: true
101
96
message: >
102
-
Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still
103
-
an issue with the latest version of the codemods, please create a new issue and ensure the
104
-
template is fully filled out.
97
+
Thanks for the issue! This issue is being closed due to the lack of a
98
+
code reproduction. If this is still an issue with the latest version of the
99
+
codemods, please create a new issue and ensure the template is fully filled
0 commit comments