-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix branch protection priority #24045
Conversation
Codecov Report
@@ Coverage Diff @@
## main #24045 +/- ##
==========================================
- Coverage 47.14% 47.02% -0.12%
==========================================
Files 1149 1163 +14
Lines 151446 153652 +2206
==========================================
+ Hits 71397 72253 +856
- Misses 71611 72892 +1281
- Partials 8438 8507 +69
... and 123 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: Yarden Shoham <[email protected]>
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.
How can it both be skip-changelog
and backport
?
That's a paradoxon.
I think this PR shouldn't be skip-changelog
.
Backport #24045 by @lunny Fix #24044 Co-authored-by: Lunny Xiao <[email protected]>
I was unable to create a backport for 1.19. @lunny, please send one manually. 🍵 |
* upstream/main: Add popup to hashed comments/pull requests/issues in file editing/adding preview tab (go-gitea#24040) Use reactive store to share data between components (go-gitea#23996) [skip ci] Updated translations via Crowdin Fix accidental overwriting of LDAP team memberships (go-gitea#24050) Add cardtype to org/user level project on creation, edit and view (go-gitea#24043) Fix branch protection priority (go-gitea#24045) Update documentation to explain which projects allow Gitea to host static pages (go-gitea#23993) Fix date display bug (go-gitea#24047) Fine tune markdown editor toolbar (go-gitea#24046) Add tooltips for MD editor buttons and add `muted` class for buttons (go-gitea#23896) Prefer native parser for SSH public key parsing (go-gitea#23798)
Fix #24044