Skip to content

Commit c3f5c20

Browse files
committed
chore: try yml formatting
1 parent cfce97b commit c3f5c20

File tree

1 file changed

+27
-31
lines changed

1 file changed

+27
-31
lines changed

.github/ionic-issue-bot.yml

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,77 +2,73 @@ triage:
22
label: triage
33
removeLabelWhenProjectAssigned: true
44
dryRun: false
5-
65
comment:
76
labels:
8-
- label: "help wanted"
7+
- label: help wanted
98
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.
1211
1312
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.
1714
1815
1916
Thank you!
2017
- label: "ionitron: needs reproduction"
2118
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.
2422
2523
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.
2624
2725
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-
2926
dryRun: false
30-
3127
closeAndLock:
3228
labels:
3329
- label: "ionitron: missing template"
3430
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.
3835
3936
4037
Thank you for using Ionic!
4138
close: true
4239
lock: true
4340
dryRun: false
44-
4541
lockClosed:
4642
days: 30
4743
maxIssuesPerRun: 100
4844
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.
5149
dryRun: false
52-
5350
stale:
5451
days: 365
5552
maxIssuesPerRun: 100
5653
exemptLabels:
57-
- "good first issue"
58-
- "triage"
54+
- good first issue
55+
- triage
5956
- "type: bug"
6057
- "type: feature request"
6158
exemptAssigned: true
6259
exemptProjects: true
6360
exemptMilestones: true
6461
label: "ionitron: stale issue"
6562
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.
6966
7067
7168
Thank you for using Ionic!
7269
close: true
7370
lock: true
7471
dryRun: false
75-
7672
noReply:
7773
days: 14
7874
maxIssuesPerRun: 100
@@ -81,16 +77,15 @@ noReply:
8177
exemptProjects: true
8278
exemptMilestones: true
8379
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.
8783
8884
8985
Thank you for using Ionic!
9086
close: true
9187
lock: true
9288
dryRun: false
93-
9489
noReproduction:
9590
days: 14
9691
maxIssuesPerRun: 100
@@ -99,9 +94,10 @@ noReproduction:
9994
exemptProjects: true
10095
exemptMilestones: true
10196
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
100+
out.
105101
106102
107103
Thank you for using Ionic!

0 commit comments

Comments
 (0)