-
-
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
Message new Branch(es) are ready to be merged #23743
Comments
Do you know Gitea will return a link to the git client, so you can just click the link to enter the process to create a pull request? |
Many people use git UIs without looking the command line output when pushing so I support this |
I never used that |
I have to agree with @yardenshoham, I got used to the VSC Git Integration since I was kinda forced by my team to use a similar workflow and I don't have any console output for that. Thats why I need a button to do this for me 🙂 |
I'm not against this feature but just mentioned we have another one I used it frequently. I just sent a PR to improve the documentation. #23744 |
Additionally, the problem with the existing feature is that it is only triggered on the first commit. |
There are 2 another big problems:
|
In the JetBrains Interface, there is a git tab at the bottom, but the VSCode git extension does not have this like mentioned before :) |
Oh, but at least we can make it alive again :) |
Let's keep this one since there more discuss here. And I copied the issue content below from @kolaente
|
I've rebased and fixed a bunch of things in my PR #14003 - would appreciate a couple of eyeballs. |
This PR will display a pull request creation hint on the repository home page when there are newly created branches with no pull request. Only the recent 6 hours and 2 updated branches will be displayed. Inspired by #14003 Replace #14003 Resolves #311 Resolves #13196 Resolves #23743 co-authored by @kolaente
Feature Description
As a developer, I want the ability to create pull requests fast. Therefore, I create a branch and switch then to the UI to click the button create a pull request. To improve my workflow, I would appreciate it if there was a banner to quickly create Pull Requests, like there is on GitHub.
Notes:
Screenshots
No response
The text was updated successfully, but these errors were encountered: