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 +