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 additional reviewers to min and latest dependency checker #1562
Conversation
gsheni
commented
Jul 27, 2021
- Both workflows are failing on main due to a syntax error:
- https://github.com/alteryx/featuretools/actions/runs/1068139279
- https://github.com/alteryx/featuretools/actions/runs/1068139296
- This MR fixes it by referencing the correct team.
Codecov Report
@@ Coverage Diff @@
## main #1562 +/- ##
==========================================
- Coverage 98.58% 98.53% -0.06%
==========================================
Files 140 140
Lines 15003 15003
==========================================
- Hits 14791 14783 -8
- Misses 212 220 +8
Continue to review full report at Codecov.
|
to test, could we change the github action to happen on push to that branch? |
@rwedge No, we can't. The PR won't be generated on push because there won't be a diff with |
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