Jason Frey
Jason Frey
If a repo is removed from GitHub, but still has a repo record, then it will get stuck while looping through all of the repos, thus only partly completing them.
The PathBasedLabeler requires configuration of each repo and their rules individually and there is no way to make a simple global rule. current: ```yaml path_based_labeler: included_repos: - ManageIQ/manageiq - ManageIQ/manageiq-ui-classic...
https://github.com/ManageIQ/miq_bot/blob/96d28fab4f605844b02b50911cba2adc114d49f6/lib/github_service/issue.rb#L7 is insufficient as it only looks for WIP at the start. This can be better handled by reusing the pr_title_tags method: https://github.com/ManageIQ/miq_bot/blob/e81985b7bef0227b963a8372a444178a56a462fe/app/models/branch.rb#L65-L67 , which is what's used by the...
See https://github.com/ManageIQ/manageiq-ui-classic/pull/8327#issuecomment-1186801773 as an example error
``` I, [2019-04-23T11:36:31.643500 #1449] INFO -- : Executed GET https://api.github.com/repos/ManageIQ/topological_inventory-ui/notifications?all=false&per_page=100...api calls remaining 349 2019-04-23T15:36:31.650Z 1449 TID-1jxuvg GithubNotificationMonitorWorker JID-9b332b256318047276dd045c ERROR: undefined local variable or method `subject' for [:message, "Moved Permanently"]:GithubService::Notification 2019-04-23T15:36:31.650Z...
This PR unclutters the core of the CommitMonitor by removing the whole categorization notion of separate workers. All workers will receive the branch_id and the new_commits on that branch, and...
See https://github.com/ManageIQ/manageiq-documentation/pull/1515#issuecomment-731252430 @miq-bot add-label enhancement
I think the bot should monitor Travis repos, and announce failures in gitter chat. In particular, this announcement is important to be cross-repo, so that, say a failure in manageiq/master...