bartbot / sweep

Sweep: AI-powered Junior Developer for small features and bug fixes.
https://sweep.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improve GitHub Actions Error Handling #69

Open sweep-ai[bot] opened 8 months ago

sweep-ai[bot] commented 8 months ago

PR Feedback (click)

The main changes include:

  1. A new utility module gha_log_parser.py that contains functions for parsing and filtering GHA logs to extract error messages.
  2. Modifications to the create_gha_pr function in create_pr.py to use the new log parsing utility and provide more detailed error feedback in PR comments.

Summary of Changes

These changes should improve Sweep's ability to handle and report errors from GitHub Actions, aiding in the diagnosis and resolution of issues that cause GHA runs to fail.

sweep-ai[bot] commented 8 months ago

Rollback Files For Sweep