Skip to content
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

fix(pr_checker): do not count non-approving reviews #680

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Mar 8, 2023

Before this commit, any review after the last commit would disable the warning and let the CQ land the PR. This commit makes sure that only approving reviews from collaborators are taken into account to decide if a PR is ready to land.

Refs: #677 (comment)
Fixes: #643

Before this commit, any review after the last commit would
disable the warning and let the CQ land the PR. This commit makes sure
that only approving reviews from collaborators are taken into account to
decide if a PR is ready to land.
@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (81d53a2) 83.40% compared to head (7506bbe) 83.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #680      +/-   ##
==========================================
+ Coverage   83.40%   83.45%   +0.04%     
==========================================
  Files          37       37              
  Lines        4146     4158      +12     
==========================================
+ Hits         3458     3470      +12     
  Misses        688      688              
Impacted Files Coverage Δ
lib/pr_checker.js 98.34% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aduh95
Copy link
Contributor Author

aduh95 commented Mar 18, 2023

ping @nodejs/node-core-utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CQ landed a PR it shouldn't been able to
2 participants