-
Notifications
You must be signed in to change notification settings - Fork 15
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
proposal: add gitlab doc #324
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for reviewbot-x canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #324 +/- ##
=======================================
Coverage 36.13% 36.13%
=======================================
Files 27 27
Lines 2081 2081
=======================================
Hits 752 752
Misses 1228 1228
Partials 101 101 ☔ View full report in Codecov by Sentry. |
[Git-flow] Hi @never112, There are some suggestions for your information: Rebase suggestions
Which seems insignificant, recommend to use For other If you have any questions about this comment, feel free to raise an issue here: |
c994429
to
f0a5491
Compare
@@ -264,7 +274,7 @@ func (s *Server) handle(ctx context.Context, event *github.PullRequestEvent) err | |||
if err != nil { | |||
return fmt.Errorf("failed to prepare repo dir: %w", err) | |||
} | |||
|
|||
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.
[gofmt] Is your code not properly formatted? Here are some suggestions below
r, err := s.gitClientFactory.ClientForWithRepoOpts(org, repo, gitv2.RepoOpts{ |
If you have any questions about this comment, feel free to raise an issue here:
9334102
to
50fe79d
Compare
No description provided.