-
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
prince-chrismc
commented
Jan 27, 2023
- test visual markdown
} | ||
|
||
return change, resp, nil | ||
//if len(files) <= 2 && addition <= 10 && deletions == 0 { | ||
if len(files) <= 2 && (addition+deletions) <= 10 { |
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.
I'd love some feedback 🙏
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.
The numbers seem ok for me. I worry that it will not be until we actually try these numbers that we'll know if they are balanced properly, but my gut says yes :)
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.
There a nice example, #109 (comment)
Reasonable is all I need on a first pass ;) I picked a few PRs while reviewing and said that seems about right 😆
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.
As first step I think is okay. We can update in case you feel different in the future.
Codecov Report
@@ Coverage Diff @@
## main #109 +/- ##
==========================================
+ Coverage 40.81% 44.15% +3.33%
==========================================
Files 15 15
Lines 566 607 +41
==========================================
+ Hits 231 268 +37
+ Misses 321 316 -5
- Partials 14 23 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
✨ Summary of Pull Requests Pending Review!☑️ Selection Criteria:
Legend
🤓 Please Review!There are 85 pull requests currently under way 🕵️
✔️ Ready to MergeCurrently 2 pull requests are waiting to be merged 🎉
📋 Statistics
[Raw JSON data](https://raw.githubusercontent.com/prince-chrismc/conan-center-index-pending-review/raw-data/pend |
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.
I love the idea of having a quick summary of how big a PR is, I think it's a very valuable addition :)
} | ||
|
||
return change, resp, nil | ||
//if len(files) <= 2 && addition <= 10 && deletions == 0 { | ||
if len(files) <= 2 && (addition+deletions) <= 10 { |
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.
The numbers seem ok for me. I worry that it will not be until we actually try these numbers that we'll know if they are balanced properly, but my gut says yes :)
🤓 Please Review!There are 100 pull requests currently under way 🕵️
|
Very good improvement! Do you think it could be possible to use a more visual ui, for examples squares like github ? |
Yeah I don't like the way it looks either both of those are good suggestions! If you could make markdown suggestions that would be a huge help 🙏 |
Co-authored-by: ericLemanissier <[email protected]>
🤓 Please Review!There are 53 pull requests currently under way 🕵️
✔️ Ready to MergeCurrently 37 pull requests are waiting to be merged 🎉 |
Co-authored-by: ericLemanissier <[email protected]>
Thanks eric for the suggestions, this looks much better. I changed the focus with emojis to small ones instead of big ones... I prefer that seeing it with the t-shirt sizes 👍 |
🤓 Please Review!There are 75 pull requests currently under way 🕵️
✔️ Ready to MergeCurrently 7 pull requests are waiting to be merged 🎉 |
Thanks everyone!!! ❤️ |