Skip to content

Commit 88f6e18

Browse files
committed
chore(bot): add config
1 parent a2f5f98 commit 88f6e18

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

.github/ionic-issue-bot.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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
10+
use this issue tracker exclusively for bug reports and feature
11+
requests. For support questions, please see our [Support
12+
Page](https://ionicframework.com/support).
13+
14+
15+
Thank you for using Ionic!
16+
- label: "ionitron: missing template"
17+
message: >
18+
Thanks for the issue! It appears that you have not filled out the
19+
provided issue template. We use this issue template in order to gather
20+
more information and further assist you. Please create a new issue and
21+
ensure the template is fully filled out.
22+
23+
24+
Thank you for using Ionic!
25+
close: true
26+
lock: true
27+
dryRun: false
28+
29+
# stale:
30+
# days: 365
31+
# maxIssuesPerRun: 100
32+
# exemptLabels:
33+
# - good first issue
34+
# - triage
35+
# exemptProjects: true
36+
# exemptMilestones: true
37+
# label: "ionitron: stale issue"
38+
# message: >
39+
# Thanks for the issue! This issue is being closed due to inactivity. If this
40+
# is still an issue with the latest version of Ionic, please create a new
41+
# issue and ensure the template is fully filled out.
42+
43+
44+
# Thank you for using Ionic!
45+
# close: true
46+
# lock: true
47+
# dryRun: false
48+
49+
wrongRepo:
50+
repos:
51+
- label: "ionitron: framework"
52+
repo: ionic
53+
message: >
54+
Thanks for the issue! We use this issue tracker exclusively for bug
55+
reports and feature requests for the Ionic CLI. It appears that this
56+
issue is associated with the Ionic Framework. I am moving this issue to
57+
the Ionic Framework repository. Please track this issue over there.
58+
59+
60+
Thank you for using Ionic!
61+
close: true
62+
lock: true
63+
dryRun: false

0 commit comments

Comments
 (0)