chore(): update bot template to properly close issues (#21330)

This commit is contained in:
Liam DeBeasi
2020-05-18 13:40:37 -04:00
committed by GitHub
parent eaf4fb6b2a
commit cc780c80b2

View File

@ -95,10 +95,8 @@ stale:
noReply: noReply:
days: 14 days: 14
maxIssuesPerRun: 100 maxIssuesPerRun: 100
label: "needs: reply" labels:
responseLabel: triage - label: "needs: reply"
exemptProjects: true
exemptMilestones: true
message: > message: >
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still
an issue with the latest version of Ionic, please create a new issue and ensure the an issue with the latest version of Ionic, please create a new issue and ensure the
@ -106,17 +104,7 @@ noReply:
Thank you for using Ionic! Thank you for using Ionic!
close: true - label: "ionitron: needs reproduction"
lock: true
dryRun: false
noReproduction:
days: 14
maxIssuesPerRun: 100
label: "ionitron: needs reproduction"
responseLabel: triage
exemptProjects: true
exemptMilestones: true
message: > message: >
Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still
an issue with the latest version of Ionic, please create a new issue and ensure the an issue with the latest version of Ionic, please create a new issue and ensure the
@ -124,6 +112,9 @@ noReproduction:
Thank you for using Ionic! Thank you for using Ionic!
responseLabel: triage
exemptProjects: true
exemptMilestones: true
close: true close: true
lock: true lock: true
dryRun: false dryRun: false