From 8d1394018839386b9a91540be7f94262d5aedb02 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Wed, 4 Apr 2018 16:56:13 -0500 Subject: [PATCH] chore(bot): add tasks for moving issues to other repos --- .github/ionic-issue-bot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 1386809a77..55534b8326 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -43,3 +43,28 @@ stale: close: true lock: true dryRun: false + +wrongRepo: + repos: + - label: "ionitron: cli" + repo: ionic-cli + message: > + Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests + associated with the Ionic Framework. It appears that this issue is associated with the Ionic CLI. + I am moving this issue to the Ionic CLI reposiory. Please track this issue over there. + + + Thank you for using Ionic! + - label: "ionitron: stencil" + repo: stencil + message: > + Thanks for the issue! We use this issue tracker exclusively for bug reports and feature requests + associated with the Ionic Framework. It appears that this issue is associated with Stencil. + I am moving this issue to the Stencil reposiory. Please track this issue over there. + + + Thank you for using Ionic! + close: true + lock: true + dryRun: false +