You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How come we do not include a gitlab-ci.yml file in the repo? The other kira-* bots do (dependencies, release, review). Including the CI config makes it much easier to use the bot! For example, I would love to simply be able to mirror this repo in GitLab and setup the CI scheduler in Gitlab to run nightly. This is what I do for the other kira bots and it works great! Instead, I'm having to fork this repo, run the init command, commit that, and merge in any upstream changes manually.
The text was updated successfully, but these errors were encountered:
@bpatram well, the reason is that we run this as a heroku service. Because it is running each 10 seconds. Which is way to frequent to be hosted on gitlab itself.
You may have a different workflow, so schedule can work for you. If this is the case, then send a PR with the file that works for you. We will use it as the example.
How come we do not include a gitlab-ci.yml file in the repo? The other kira-* bots do (dependencies, release, review). Including the CI config makes it much easier to use the bot! For example, I would love to simply be able to mirror this repo in GitLab and setup the CI scheduler in Gitlab to run nightly. This is what I do for the other kira bots and it works great! Instead, I'm having to fork this repo, run the init command, commit that, and merge in any upstream changes manually.
The text was updated successfully, but these errors were encountered: