chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

Kodiak not triggered on forked repo #707

Closed KATT closed 2 years ago

KATT commented 2 years ago

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 🙏

chdsbd commented 2 years ago

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

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

chdsbd commented 2 years ago

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

chdsbd commented 2 years ago

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
KATT commented 2 years ago

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! 🙏

chdsbd commented 2 years ago

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