From 0567d17fa9096eb7a020c451e218bdfbd1a53cca Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Tue, 20 Feb 2018 10:25:36 -0600 Subject: [PATCH] chore(): add the ionic issue bot config file --- .github/ionic-issue-bot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ionic-issue-bot.yml diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml new file mode 100644 index 0000000000..f42197aa5d --- /dev/null +++ b/.github/ionic-issue-bot.yml @@ -0,0 +1,16 @@ +triage: + label: triage + dryRun: false + +support: + label: 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