Skip to content

Commit 1a600e4

Browse files
committed
chore: add ionitron
1 parent d2844d8 commit 1a600e4

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

.github/ionic-issue-bot.yml

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
triage:
2+
label: triage
3+
removeLabelWhenProjectAssigned: true
4+
dryRun: false
5+
6+
comment:
7+
labels:
8+
- label: "help wanted"
9+
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.
12+
13+
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.
17+
18+
19+
Thank you!
20+
- label: "ionitron: needs reproduction"
21+
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.
24+
25+
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+
27+
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+
dryRun: false
30+
31+
closeAndLock:
32+
labels:
33+
- label: "ionitron: missing template"
34+
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.
38+
39+
40+
Thank you for using Ionic!
41+
close: true
42+
lock: true
43+
dryRun: false
44+
45+
lockClosed:
46+
days: 30
47+
maxIssuesPerRun: 100
48+
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.
51+
dryRun: false
52+
53+
stale:
54+
days: 365
55+
maxIssuesPerRun: 100
56+
exemptLabels:
57+
- "good first issue"
58+
- "triage"
59+
- "type: bug"
60+
- "type: feature request"
61+
exemptAssigned: true
62+
exemptProjects: true
63+
exemptMilestones: true
64+
label: "ionitron: stale issue"
65+
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.
69+
70+
71+
Thank you for using Ionic!
72+
close: true
73+
lock: true
74+
dryRun: false
75+
76+
noReply:
77+
days: 14
78+
maxIssuesPerRun: 100
79+
label: "needs: reply"
80+
responseLabel: triage
81+
exemptProjects: true
82+
exemptMilestones: true
83+
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.
87+
88+
89+
Thank you for using Ionic!
90+
close: true
91+
lock: true
92+
dryRun: false
93+
94+
noReproduction:
95+
days: 14
96+
maxIssuesPerRun: 100
97+
label: "ionitron: needs reproduction"
98+
responseLabel: triage
99+
exemptProjects: true
100+
exemptMilestones: true
101+
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.
105+
106+
107+
Thank you for using Ionic!
108+
close: true
109+
lock: true
110+
dryRun: false

0 commit comments

Comments
 (0)