Skip to content

Commit c1e0cf9

Browse files
committed
chore(): improve ionitron to stop closing issues that have the 'needs: investigation' label
1 parent 9580dcc commit c1e0cf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ionic-issue-bot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ stale:
9393
- "triage"
9494
- "type: bug"
9595
- "type: feature request"
96+
- "needs: investigation"
9697
exemptAssigned: true
9798
exemptProjects: true
9899
exemptMilestones: true
@@ -113,6 +114,8 @@ noReply:
113114
maxIssuesPerRun: 100
114115
label: "needs: reply"
115116
responseLabel: triage
117+
exemptLabels:
118+
- "needs: investigation"
116119
exemptProjects: true
117120
exemptMilestones: true
118121
message: >
@@ -131,6 +134,8 @@ noReproduction:
131134
maxIssuesPerRun: 100
132135
label: "ionitron: needs reproduction"
133136
responseLabel: triage
137+
exemptLabels:
138+
- "needs: investigation"
134139
exemptProjects: true
135140
exemptMilestones: true
136141
message: >

0 commit comments

Comments
 (0)