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

Vaguely similar to #323, but not quite the same. Could we require PRs be older than some minimum age before merging them? A few use cases where this'd be very...

enhancement

My config: ``` # .kodiak.toml version = 1 [merge] method = "rebase_fast_forward" [approve] # note: remove the "[bot]" suffix from GitHub Bot usernames. # Instead of "dependabot[bot]" use "dependabot". auto_approve_usernames...

bug

The documentation of `redis-py` says `health_check_interval` is an `int` for the number of seconds between health checks or ping/pong. https://github.com/chdsbd/kodiak/blob/729e64dbc1211117a1d83aaccc0bcbd0967e550a/bot/kodiak/redis_client.py#L22 I assume setting it to `true` would be the same...

enhancement

Hi, We have GitHub security warnings set up on our repos at my company. We're currently trying out Kodiak and finding it very useful, but there seems to be one...

bug

There are some CVEs that are being flagged by Mend.io The dependencies should use these versions: urllib3 >=1.26.18 certifi >= 2023.7.22 starlette >= 0.27.0 --- urllib3 CVE - https://www.cve.org/CVERecord?id=CVE-2023-43804 certifi...

bug

### Problem Some of our build checks will be pending until someone takes action (approving visual regression snapshot changes, for example). With kodiak, most people tend to "set it to...

enhancement

We're using kodiak over on https://github.com/acts-project/acts. It has been working fine for us for quite a while, but now we're getting issues with kodiak failing to update PR branches. The...

bug