-
Notifications
You must be signed in to change notification settings - Fork 3
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
Do not count multiple reviews from the same user #2
Do not count multiple reviews from the same user #2
Conversation
For lack of rights to assign @miri64, pinging instead. Does this repo require extra privileges to kick off actions as well? |
I just tested it in the console for RIOT-OS/RIOT#20647 (which has three reviews):
|
Wow Github is smart :D accidentally posted the token and immediately it was revoked. |
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.
Code looks good and tests are passing. ACK!
Could you try to rebase? :-/ |
99e21c1
to
05772a0
Compare
Nothing to rebase; commit--amend'ed and force pushed for the desired effect, CI now running. |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
05772a0
to
25156ad
Compare
Just use |
Force pushed a single lint fix ("expected 1 blank line before a nested definition, found 0"), the others might be still showing but be on some ignore list (I didn't touch the overly long lines). If they show up again, I'll do the needful in a separate cleanup commit. |
See #3 for the |
5ca7f01
to
951f96a
Compare
I did, and it was happy. Apparently, linters disagree with each other. I'll fix this one manually, but urge you to stop making styling mandatory where the auto-indent tools don't fix things. |
Black does not honor line lengths for strings.
I provided suggestions |
Removed the requirement for the commits to be signed. |
My two ACKs (long apart, second reaffirming) were counted as two in RIOT-OS/RIOT#18942 for where two ACKs would have been needed.
I've added the mock by how I read https://pygithub.readthedocs.io/en/stable/github_objects/PullRequestReview.html and https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28, is there any good way to confirm that .login is really a field access?