-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add auto_merge field in PullRequest struct #1896
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1896 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 105 105
Lines 6786 6786
=======================================
Hits 6627 6627
Misses 86 86
Partials 73 73
Continue to review full report at Codecov.
|
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.
Nice job, @slayer321!
LGTM.
Awaiting second LGTM before merging.
Friendly ping @wesleimp |
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.
LGTM.
Woop woop! Thank you @slayer321 @gmlewis @Parker77 😁🥇🎉🚀 |
Fixes: #1881. |
@gmlewis
I have added the changes required for issue #1881
I had run go test ./... before and after the changes. I could see all test cases passing in /github folder.
Thanks,