Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ionic-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ stale:
- "triage"
- "type: bug"
- "type: feature request"
- "needs: investigation"
exemptAssigned: true
exemptProjects: true
exemptMilestones: true
Expand All @@ -113,6 +114,8 @@ noReply:
maxIssuesPerRun: 100
label: "needs: reply"
responseLabel: triage
exemptLabels:
- "needs: investigation"
exemptProjects: true
exemptMilestones: true
message: >
Expand All @@ -131,6 +134,8 @@ noReproduction:
maxIssuesPerRun: 100
label: "ionitron: needs reproduction"
responseLabel: triage
exemptLabels:
- "needs: investigation"
exemptProjects: true
exemptMilestones: true
message: >
Expand Down
Loading