chdsbd / kodiak

๐Ÿ”ฎ A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kodiak not triggered on forked repo

KATT opened this issue ยท comments

Hey!

First of all - thanks for kodiak - it's amazing. ๐Ÿ™

Overall works great for many private and public repos that I've created over the last few years.

Got one repo now though where it's not working - https://github.com/KATT/typescript.careers. Might be because it's a fork(?).

As you can see from the history of my toml file I've had a few stabs at kicking it until the bot wakes up, but it hasn't yet.

Currently, the toml file is identical to one on my other repo and it's doing a terrific job there.

Unsure how to troubleshoot - I don't see where to find any status/reason on why kodiak is not triggering.

Thanks ๐Ÿ™

Can you try editing the PR title, body, or labels of this PR KATT/typescript.careers#25 and see if Kodiak picks up your PR?

https://kodiakhq.com/docs/troubleshooting#workarounds

Hmm, very weird. It doesn't seem like web hook events are being received by Kodiak for your installation or maybe just that repo.

I just forked your repository and Kodiak worked on my installation: https://github.com/chdsbd/typescript.careers/pull/1

I wonder if Kodiak isn't enabled on that repository.

Can you check your installation and ensure that Kodiak is enabled for that repository?
You can find the installation at https://github.com/settings/installations

Screen Shot 2021-08-12 at 9 03 17 PM

Aw, crap, yeah, you're right. Sorry for this issue, it was totally on me.

Screenshot 2021-08-13 at 03 04 49

๐Ÿคฆ

Thanks so much for the help! ๐Ÿ™

No worries! I'll add this to the troubleshooting page on the docs