No Create PR button #14693
I've enabled GitHub integration in settings, but the PR button not appeared, only "Land directly" button |
Replies: 1 comment 1 reply
|
Thanks for sharing!
Let me follow up on this with a little bit more of an analysis.
It looks like the "Land branches directly" feature is enabled, can you take a look? Codex Result
The branch’s push state is not the cause. The screenshot’s “Land directly” button proves that “Push to main / Skip pull requests mode” is enabled for this project. Here’s the relevant behavior:
The user can restore “Create PR” under project settings → Git by disabling Land branches directly (GitForm.svelte). This feature landed on June 30 in commit |


Thanks for sharing!
To me this looks like it didn't recognize the remote configuration of therevbranch, even though it does look like it was pushed before. I don't even know how this can happen.Let me follow up on this with a little bit more of an analysis.
It looks like the "Land branches directly" feature is enabled, can you take a look?
Codex Result
The branch’s push state is not the cause. The screenshot’s “Land directly” button proves that “Push to main / Skip pull requests mode” is enabled for this project.
Here’s the relevant behavior: