You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature/featureName
It is impossible to delete this branch using the web UI after a PR has been merged into the repository.
When clicking the "Delete branch" button a generic popup comes, but after entering username and password nothing happens - a 404 is received from the post
Screenshots
The text was updated successfully, but these errors were encountered:
* Make branch deletion URL more like GitHub's, fixes#1397
* Add PR branch deletion integration test
* Do not allow deleting protected branch
* Change http error code to 403 if user has no write rights to repository
* Add check to not panic if forked repository has alrady been deleted
[x]
):https://gist.github.com/Aarup/75908798b147e91ffb1133357acb44a1
Description
If a branch has has a slash in the name like
It is impossible to delete this branch using the web UI after a PR has been merged into the repository.
When clicking the "Delete branch" button a generic popup comes, but after entering username and password nothing happens - a 404 is received from the post
Screenshots
The text was updated successfully, but these errors were encountered: