-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new section named development in issue view sidebar to interact with branch/pr #31899
base: main
Are you sure you want to change the base?
Conversation
This section should be hidden or disabled when repo is empty or repo is archive or repo is mirror. |
The links are still useable. Only |
type IssueDevLinkType int | ||
|
||
const ( | ||
IssueDevLinkTypeBranch IssueDevLinkType = iota + 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tried to play with GitHub's development sidebar for a while. I can see there could be a lot of edge cases:
- create a new branch
123-my-issue
, rename the branch to123-my-issue-other
, the link disappears, rename another branch to123-my-issue
, the link won't appear again. - create a new branch
123-my-issue
, create a PR from123-my-issue
, then the link is updated to PR, the branch link is replaced.
I believe these details need enough documents(comments) and tests.
I guess it won't catch 1.23 milestone since this PR doesn't seem to be complete enough.
And using "string" to store "int" in database would cause problems, if you write Just tried to play with GitHub's development sidebar for a while. I can see there could be a lot of edge cases:
I believe these details need enough documents(comments) and tests. |
Progress on this? We are using Gitea at work and I would love to have this feature |
I think I need to migrate the current |
Hi, still plan for 1.24.0 ? |
Yes. |
Partially Resolve #20226
This PR add a new section on the sidebar of issue named
Development
. It supports creating one or multiple branches and pull requests from the sidebar.No related branch or PR

Create new branch from the issue
Prefill title and content when creating pull request from the issue development link

Realted PR created

Related PR merged

Mayge fixed near the issue title

TODO: