Christopher Dignam
Christopher Dignam
@clxmstaab If possible, next time this happens don't merge the pull request. That way we can open an issue with GitHub Support. I don't think there's anything we can do...
Hi @styfle, Thanks for opening this issue. I did some testing and I was able use a GitHub App's authorization token to push commits from a fork to an upstream...
I saw this new post from GitHub and it reminded me of this issue. https://github.blog/changelog/2021-05-06-github-actions-beta-api-to-approve-actions-from-forks/
Looks like an internal GitHub API error. I've encountered this before where a certain combination of GitHub branch protection settings would cause GitHub to error. GitHub fixed that bug, but...
This is the previous issue I was talking about: https://github.com/chdsbd/kodiak/pull/509#issuecomment-699231094
Are you using CODEOWNERS with the "Require review from Code Owners" setting? Looking at the GitHub Support ticket from September, the issue only occurred when "Require review from Code Owners"...
Before #509 added full support for CodeOwners, Kodiak acted like [`update.always = true`](https://kodiakhq.com/docs/config-reference#updatealways) was set for pull requests that needed a Code Owner approval. So Kodiak would immediately update those...
I opened a follow up ticket with GitHub asking which GitHub Enterprise version includes the fix. I’ll let you know their response.
I'm a little confused, but this is the response I got from GitHub support: > The fix is not dependent on any GHES version. It bothers around the level of...
Not sure if it helps, but my GitHub Support ticket numbers were #1043503 and #847108.