From ec4c0fe5bdd557caab774a61022b3a4b735aa47c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 18 May 2020 13:48:39 -0400 Subject: [PATCH] chore(): revert changes until bot is updated (#21332) This reverts commit cc780c80b2c2575ef7f90c757854601ceeffdabd. --- .github/ionic-issue-bot.yml | 43 ++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 5608692fc4..41af18fc8c 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -95,26 +95,35 @@ stale: noReply: days: 14 maxIssuesPerRun: 100 - 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! + label: "needs: reply" 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