-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
When merging a PR and deleting the branch the info box text is not correct. #18785
Comments
I think it's supposed to refer to which repo the branch was from, like you would do locally with multiple remotes. It's obvious the branch belongs to this kind of repo, but it might have been from a fork (and then say "user-with-fork/branch" has been deleted) |
OK, might be a matter of taste. It is just that Gitea identifiers a repro usually as organization/repro. I just came across this because I had a repro with the same name as the branch and thought for a second the branch has been deleted. When the message is as indented, please close this Issue |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
Glad this was confirmed as a bug. Thanks. |
Gitea Version
1.17.0+dev-172-g616146f90
Git Version
No response
Operating System
No response
How are you running Gitea?
https://try.gitea.io/
Database
No response
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
Kind of a cometic Issue
The text in the green info box is not correct when deleting a branch while merge a PR. See the Screenshot.
Only the organization is mentioned but not the repository:
"Branch 'Monty/test2' has been deleted."
It should be:
"Branch 'Monty/testing-Notifications test2' has been deleted."
Reproduce:
-Create a PR
-Create a merge commit and check "Delete Branch"
-See the green Box
Screenshots
The text was updated successfully, but these errors were encountered: