-
Notifications
You must be signed in to change notification settings - Fork 0
Disable all Codacy scans for the repository #271
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
Conversation
Codacy's Analysis Summary0 new issue (≤ 0 issue) Review Pull Request in Codacy →
|
|
@copilot try again |
|
@copilot Check again. I manually disabled/uninstalled all Codacy scans for my account. |
Confirmed. Both Codacy workflow files have been successfully disabled (renamed to |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Disables all Codacy scans for the repository by renaming the GitHub Actions workflow files to prevent them from running.
Changes Made
.github/workflows/codacy.ymlto.github/workflows/codacy.yml.disabled.github/workflows/codacy-analysis.ymlto.github/workflows/codacy-analysis.yml.disabledBoth workflow files have been disabled by adding the
.disabledextension, which prevents GitHub Actions from recognizing and executing them. The.codacy.ymlconfiguration file remains in the repository but is now inactive since the workflows that would use it are disabled.Additional Context
Codacy has also been manually disabled/uninstalled at the account level, providing dual protection against any Codacy scans running on this repository.
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.