Skip to content

Commit

Permalink
chore(bot): add tasks for moving issues to other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kensodemann committed Apr 4, 2018
1 parent d07246d commit 8d13940
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ionic-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d13940

Please sign in to comment.