Link pull requests (PRs) to issues across repositories #4194
Unanswered
0xdevalias
asked this question in
Pull Requests
Replies: 2 comments
-
|
Yeah, this sucks. It forces us to have all of our work in a single monorepo, which I'm not against but is definitely not something that should be forced on people. For us as platform, a lot of our work spans repos across the org and not being able to link it correctly is less than ideal. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We need this so badly - how is it possible in the UI but not via GitHub Rest/GraphQL API?! see meta issue: https://github.com/orgs/community/discussions/186495 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Currently it's possible to link a pull request (PR) to an issue:
This is documented here:
Problem
For public/private workflows (quite common in open source projects), it makes a lot of sense to be able to link PRs (eg. on a public repo) to their corresponding issue on a different repo (eg. on a private repo).
Currently we can use the 'closing keywords' to work around this when targeting the default branch which works ok most of the time, but there are edge cases and limitations where it's a suboptimal workflow. eg.
Proposed Solutions
It would be nice if, at a minimum, we were able to:
Etc
Beta Was this translation helpful? Give feedback.
All reactions