chore(bot): add tasks for moving issues to other repos

This commit is contained in:
Ken Sodemann
2018-04-04 16:56:13 -05:00
committed by GitHub
parent d07246d7a0
commit 8d13940188

View File

@@ -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