I am attempting to submit a SPR using Graphite. However, when using gt submit --stack --draft
I receive the following error message during PR creation (branches are created):
🥞 Validating that this Graphite stack is ready to submit...
✏️ Preparing to submit PRs for the following branches...
▸ users/jmciver/select-freeze-poison-1 (Create)
▸ users/jmciver/select-freeze-poison-2 (Create)
🚀 Pushing branches to remote...
📨 Creating/updating PRs...
ERROR: Failed to submit PR for users/jmciver/select-freeze-poison-1:
Unable to submit PR due to a GitHub server error.
Please wait a few minutes and then try your submit operation again.
I have validated the following:
- Using NodeJS v18.20.7 as per Graphite documentation
- Authentication token is valid and associated to llvm/llvm-project
- Branch prefix is set to
users/jmciver/
- Reviewed output using
--debug
- No obvious culprit identified
Has anyone seen this error signature before? If not what are the next steps for debugging?
John