From ee1aaafd738fbc8220dea30c050b359c931f2a54 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Fri, 23 Mar 2018 14:39:55 -0500 Subject: [PATCH] chore(issues): change the close and lock setup --- .github/ionic-issue-bot.yml | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index d361e8e690..7d2eaef281 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -2,28 +2,24 @@ triage: label: triage dryRun: false -support: - label: "ionitron: support" - message: > - Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for - bug reports and feature requests. Please use our [forum](https://forum.ionicframework.com) or our - [slack channel](https://ionicworldwide.herokuapp.com/) for questions about the framework. +closeAndLock: + labels: + - label: "ionitron: support" + message: > + Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for + bug reports and feature requests. Please use our [forum](https://forum.ionicframework.com) or our + [slack channel](https://ionicworldwide.herokuapp.com/) for questions about the framework. - Thank you for using Ionic! - close: true - lock: true - dryRun: false - -incomplete: - label: "ionitron: missing template" - message: > - Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue - template in order to gather more information and further assist you. Please create a new issue and ensure the - template is fully filled out. - - - Thank you for using Ionic! + Thank you for using Ionic! + - label: "ionitron: missing template" + message: > + Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue + template in order to gather more information and further assist you. Please create a new issue and ensure the + template is fully filled out. + + + Thank you for using Ionic! close: true lock: true dryRun: false