im needing to figure how to make any linting issues on build be read and turned into an issue for the project in the issues tab. i want copilot to be able to determine:
1.) the likely cause considering the lint error.
2.) the likely solution
3.) recommendation for preventing it in the future.
the solutions have to based on the dynamic nature of the project in terms of how its built(similarity between files with like names that are/aren't producing the same lint error). and this needs to be on ever time the app is rebuilt with the workflows
im needing to figure how to make any linting issues on build be read and turned into an issue for the project in the issues tab. i want copilot to be able to determine:
1.) the likely cause considering the lint error.
2.) the likely solution
3.) recommendation for preventing it in the future.
the solutions have to based on the dynamic nature of the project in terms of how its built(similarity between files with like names that are/aren't producing the same lint error). and this needs to be on ever time the app is rebuilt with the workflows