-
-
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
Explicitly refer to PR in squash-merge commit message in case of external tracker #9844
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9844 +/- ##
==========================================
+ Coverage 42.3% 42.31% +<.01%
==========================================
Files 604 604
Lines 79137 79137
==========================================
+ Hits 33479 33486 +7
+ Misses 41529 41524 -5
+ Partials 4129 4127 -2
Continue to review full report at Codecov.
|
@davidsvantesson can you add a infomation to the documentation? |
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.
thanks
…rnal tracker (go-gitea#9844) * Explicitly refer to PR in squash-merge commit message in case of external tracker * documentation Co-authored-by: zeripath <[email protected]>
…rnal tracker (#9844) (#9855) * Explicitly refer to PR in squash-merge commit message in case of external tracker * documentation Co-authored-by: zeripath <[email protected]> Co-authored-by: zeripath <[email protected]>
To avoid creating a link to external tracker, i.e. use
!
instead of#
. As I think it would be controversial to change this on all repositories, I only change it for those having external tracker enabled.This is related to changes intoduced by #9116, so could be considered for backporting to 1.11.