From cc780c80b2c2575ef7f90c757854601ceeffdabd Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 18 May 2020 13:40:37 -0400 Subject: [PATCH] chore(): update bot template to properly close issues (#21330) --- .github/ionic-issue-bot.yml | 43 +++++++++++++++---------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 41af18fc8c..5608692fc4 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -95,35 +95,26 @@ stale: noReply: days: 14 maxIssuesPerRun: 100 - label: "needs: reply" + labels: + - label: "needs: reply" + message: > + 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 + template is fully filled out. + + + Thank you for using Ionic! + - label: "ionitron: needs reproduction" + message: > + 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 + template is fully filled out. + + + Thank you for using Ionic! responseLabel: triage exemptProjects: true exemptMilestones: true - message: > - 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 - template is fully filled out. - - - Thank you for using Ionic! - close: true - lock: true - dryRun: false - -noReproduction: - days: 14 - maxIssuesPerRun: 100 - label: "ionitron: needs reproduction" - responseLabel: triage - exemptProjects: true - exemptMilestones: true - message: > - 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 - template is fully filled out. - - - Thank you for using Ionic! close: true lock: true dryRun: false