67 ability to parse github action logs in case of error#71
67 ability to parse github action logs in case of error#71abuzarmahmood wants to merge 9 commits intomainfrom
Conversation
abuzarmahmood
commented
Feb 22, 2025
- feat: Add GitHub Actions log parsing and error feedback functionality
- fix: Import missing types and functions for workflow error processing
Generated edit command:
These changes will enable the bot to fetch GitHub action logs, extract error messages, pass them to the TERMINATE Aider output:This response was automatically generated by blech_bot |
for more information, see https://pre-commit.ci
|
Example command to get logs |
Applied changes based on comment:This response was automatically generated by blech_bot |
for more information, see https://pre-commit.ci
|
Have a max consecutive attempts = 5 param to prevent the auto fix response from wasting resources |
|
Applied changes based on comment: View Aider OutputThis response was automatically generated by blech_bot using model gpt-4o |
|
If |
|
Applied changes based on comment: View Aider Output) from git_utils import ( MAX_CONSECUTIVE_ATTEMPTS = 5 Maximum number of consecutive attempts to auto-fixMAX_CONSECUTIVE_ATTEMPTS = 5 from dotenv import load_dotenv This response was automatically generated by blech_bot using model gpt-4o |
|
Create a new-branch based on the one with the github action log where the fixes are made |
…ions Co-authored-by: aider (gpt-4o) <aider@aider.chat>
|
Applied changes based on comment: View Aider OutputThis response was automatically generated by blech_bot using model gpt-4o |