kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

🔮 A bot to automatically update and merge GitHub PRs

Results 74 kodiak issues
Sort by recently updated
recently updated
newest added

When Kodiak starts merging a PR, it enters a loop, polling until the PR is ready to merge. If Kodiak makes a GitHub API request and encounters an error, it...

bug

I was looking at Kodiak and it seems to be super useful and I'd like to try it out in our team. However I'm a bit hesitant about requirement to...

help-request

It would be great if there is support for GitLab Saas (GitLab.com) If it is implemented kodiak will be the first platform to support GitLab 🤞🏻

enhancement

I follow the guide for creating a self hosted Kodiak exactly afaik and am receiving the following errors: https://gist.github.com/judahrand/85b26f57a8a93b71845d3f6a95b20fc6 It seems like Kodiak is unable to connect to Redis add-on?

help-request

I don't have any specific reproduction steps yet, but it seems that there exists a path in which a connection in redis connection pool are not closed properly (left in...

bug

We noticed that kodiak randomly closed a pull request in a repo (precisely 23 hours ago). The pull request didn't contain any labels that kodiak config makes use of. Did...

bug

While the GitHub API returns these ordered by creation date, they suggest sorting by creation date to be sure. https://github.com/chdsbd/kodiak/blob/9285f78e61a2451142d760b7db7c488fc2cf6656/bot/kodiak/queries/__init__.py#L192-L201

enhancement

When a PR is marked as "priority merge", we place it at the front of the merge queue by setting it's score to `0`. This works. However, we weren't supporting...

It would be interesting to allow further customization of the message body by providing a simple template (python template string? mustache? plain variables?) that allows for minor customization. I would...

enhancement