-
Notifications
You must be signed in to change notification settings - Fork 3
[BUG]: Agentic workflow does not proactively deal with spotless failures #42
Description
What happened?
[BUG]: Agentic workflow does not proactively deal with spotless failures
Prompt
This codebase uses copilot agentic features.
I want to make it so before copilot does work on the code in the codebase,
the pre-commit hooks are enabled with this:
git config core.hooksPath .githooks
This section in this document appears to show how to do this:
https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/use-copil
ot-agents/coding-agent/customize-the-agent-environment#preinstalling-tools-o
r-dependencies-in-copilots-environment
Look at how copilot is configured for agentic features in this workspace and
make the necessary changes so that the pre-commit hooks run, and, most
importantly, copilot takes the necessary actions to fix any failures from
having run the pre-commit hooks, before proceeding with pushing commits.
Versions
0.2.1
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct