-
-
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 admin handling at merge of PR #9749
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9749 +/- ##
==========================================
+ Coverage 42.19% 42.21% +0.01%
==========================================
Files 603 603
Lines 78861 78879 +18
==========================================
+ Hits 33278 33301 +23
+ Misses 41501 41497 -4
+ Partials 4082 4081 -1
Continue to review full report at Codecov.
|
Please resolve the conflicts. |
# Conflicts: # templates/repo/issue/view_content/pull.tmpl
@zeripath I renamed |
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.
Require signed commits here is being overrided by being the admin. If you actually intend that then you will need to change the code in pre-receive hook earlier where it checks that.
I removed the wrong location, fixed now. |
Last change seems to fail on CI. |
Fix #9739