-
Notifications
You must be signed in to change notification settings - Fork 115
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
Remove pre-commit GitHub Action from our CI/CQ #14717
Remove pre-commit GitHub Action from our CI/CQ #14717
Conversation
(cherry picked from commit 4f5c857)
(cherry picked from commit 4f5c857)
(cherry picked from commit 4f5c857)
(cherry picked from commit 4f5c857)
@ogajduse I wonder we are removing pre-commit checks from pull request checks. Does pre-commit-ci suppose to ammend the commit to the PR for pre-commit auto-fixes ? |
It creates an extra commit. See the image of git commit tree visualization in the auto fixing pull requests section on the page that I linked in the PR description. |
Problem Statement
pre-commit.ci is enabled for robottelo repository, the GH Action that runs pre-commit is now redundant.
Solution
Remove the pre-commit GitHub Action from our CI/CQ workflow. Also disable PR autofix if pre-commit auto fixes files.