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

Run code formatter on PRs targeting feature/fused-ops #285

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

cferry-AMD
Copy link
Collaborator

@cferry-AMD cferry-AMD commented Aug 19, 2024

This PR moves the code checking step from merging to main to PRs targeting feature/fused-ops. Since we're using feature/fused-ops as our main branch in this repo, we'll check code formatting of PRs that target feature/fused-ops instead of main.

This PR will fix the issue we're currently having with CI (failing code formatting step after merging into feature/fused-ops): since our main is late with respect to LLVM's, the script's version in main is too old and is missing one argument that our branch feature/fused-ops wants.

@cferry-AMD cferry-AMD force-pushed the corentin.fix_code_formatter_ref branch from 6619215 to fa5b770 Compare August 19, 2024 11:56
@cferry-AMD cferry-AMD marked this pull request as ready for review August 19, 2024 12:28
@cferry-AMD cferry-AMD requested a review from flemairen6 August 19, 2024 12:29
@cferry-AMD cferry-AMD changed the title Use feature/fused-ops to pull code formatter from Run code formatter on PRs targeting feature/fused-ops Aug 19, 2024
Copy link

@TinaAMD TinaAMD left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@flemairen6 flemairen6 left a comment

Choose a reason for hiding this comment

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

Thanks, that's a good idea, LGTM

@cferry-AMD
Copy link
Collaborator Author

Do you know of users whose workflow would be broken by adding this check locally?

@cferry-AMD cferry-AMD merged commit 9fe7bc3 into feature/fused-ops Aug 19, 2024
6 checks passed
@cferry-AMD cferry-AMD deleted the corentin.fix_code_formatter_ref branch August 19, 2024 15:04
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.

3 participants