From f4ea7fce087554c87a9f79d5db0fbe99a22cce8a Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Mon, 26 Feb 2018 15:07:10 -0600 Subject: [PATCH] chore(): add bot task to close issues with incomplete template --- .github/ionic-issue-bot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index f42197aa5d..89e9e84245 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -14,3 +14,13 @@ support: close: true lock: true dryRun: false + +incomplete: + label: missing template + message: > + Hello! While we appreciate you opening an issue with us I am going to close this issue and ask that you + open a new issue that has the template fully filled out, please. Thanks for using Ionic! + close: true + lock: true + dryRun: false +