Skip to content

Commit 4d252d7

Browse files
chore(github): add ionic issue bot (#2606)
1 parent 515a150 commit 4d252d7

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

.github/ionic-issue-bot.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
triage:
2+
label: triage
3+
dryRun: false
4+
5+
closeAndLock:
6+
labels:
7+
- label: 'ionitron: support'
8+
message: >
9+
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for
10+
content issues, bug reports and feature requests related to the documentation. Please use our
11+
[forum](https://forum.ionicframework.com/) for help or questions about Ionic Framework.
12+
13+
14+
Thank you for using Ionic!
15+
- label: 'ionitron: missing template'
16+
message: >
17+
Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue
18+
template in order to gather more information and further assist you. Please create a new issue and ensure the
19+
template is fully filled out.
20+
21+
22+
Thank you for using Ionic!
23+
close: true
24+
lock: true
25+
dryRun: false
26+
27+
comment:
28+
labels:
29+
- label: "help wanted"
30+
message: >
31+
This issue has been labeled as `help wanted`. This label is added to issues
32+
that we believe would be good for contributors.
33+
34+
35+
If you'd like to work on this issue, please comment here letting us know that
36+
you would like to submit a pull request for it. This helps us to keep track of
37+
the pull request and make sure there isn't duplicated effort.
38+
39+
40+
For a guide on how to create a pull request and test this project locally to see
41+
your changes, see our [contributing documentation](https://github.com/ionic-team/ionic-docs/blob/main/CONTRIBUTING.md).
42+
43+
44+
Thank you!
45+
- label: 'ionitron: needs reproduction'
46+
message: >
47+
Thanks for the issue! This issue has been labeled as `needs reproduction`. This label is added to issues that
48+
we are not able to reproduce.
49+
50+
51+
Please provide easy to follow steps for us to reproduce this issue.
52+
dryRun: false
53+
54+
noReply:
55+
days: 14
56+
maxIssuesPerRun: 100
57+
label: "needs: reply"
58+
responseLabel: triage
59+
exemptProjects: true
60+
exemptMilestones: true
61+
message: >
62+
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue,
63+
please create a new issue and ensure the template is fully filled out.
64+
65+
66+
Thank you for using Ionic!
67+
close: true
68+
lock: true
69+
dryRun: false
70+
71+
noReproduction:
72+
days: 14
73+
maxIssuesPerRun: 100
74+
label: "ionitron: needs reproduction"
75+
responseLabel: triage
76+
exemptProjects: true
77+
exemptMilestones: true
78+
message: >
79+
Thanks for the issue! This issue is being closed due to the lack of a reproduction. If this is still an issue,
80+
please create a new issue and ensure the template is fully filled out.
81+
82+
83+
Thank you for using Ionic!
84+
close: true
85+
lock: true
86+
dryRun: false

0 commit comments

Comments
 (0)