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 GHA warnings in diffs #170

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Aug 15, 2024

Our *.Dockerfiles are getting flagged for warnings by GHA. However each time a job runs it gets flagged. So we get dozens of comments in the diffs, which makes reviewing PRs here difficult

To fix this issue this cleans up the common warnings we have seen

We may also want to separately consider only raising these warnings once so as to keep PR reviews manageable

Edit: For clarity these are the GHA warnings that I see currently. It takes quite a bit of scrolling to get through them all

Screenshot 2024-08-15 at 2 39 48 PM

@jakirkham jakirkham requested a review from a team as a code owner August 15, 2024 21:31
@jakirkham jakirkham requested review from bdice and removed request for a team August 15, 2024 21:31
@jakirkham jakirkham changed the title Match casing in FROM & AS to fix GHA warnings Fix GHA warnings in diffs Aug 15, 2024
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also handled in #167. We can merge either PR to move forward.

@jakirkham
Copy link
Member Author

Thanks Bradley! 🙏

Honestly am having a hard time reviewing PRs because of these warnings. So wanted to speed up resolution. Hence addressing in this PR

@jakirkham jakirkham merged commit f1234fc into rapidsai:main Aug 16, 2024
482 checks passed
@jakirkham jakirkham deleted the fix_gha_warnings branch August 16, 2024 00:46
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.

2 participants