Skip to content
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

Branch title is missing in failed github actions workflows #111

Closed
neubig opened this issue Sep 28, 2024 · 4 comments · Fixed by #114
Closed

Branch title is missing in failed github actions workflows #111

neubig opened this issue Sep 28, 2024 · 4 comments · Fixed by #114
Labels
fix-me Try to automatically fix the issue with OpenHands

Comments

@neubig
Copy link
Contributor

neubig commented Sep 28, 2024

Currently, the branch title is missing in the comment from failed github actions workflows. For instance, it results in this:

An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named '' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.

This is probably an issue of the workflow in .github/workflows/openhands-resolver.yml so it should be examined. It seems that there is probably an error in extracting the branch name. Note that the printing of the branch name is specified here, so we need to make sure we're parsing it properly: https://github.com/All-Hands-AI/openhands-resolver/blob/main/openhands_resolver/send_pull_request.py#L227

Once that is fixed, .github/workflows/openhands-resolver-experimental.yml should also be edited to keep them in parity.

It's not easy to add tests for github workflows, so no tests are necessary for this one.

@neubig neubig added the fix-me Try to automatically fix the issue with OpenHands label Sep 28, 2024
Copy link

OpenHands started fixing the issue! You can monitor the progress here.

Copy link

A potential fix has been generated and a draft PR #112 has been created. Please review the changes.

@neubig neubig added fix-me Try to automatically fix the issue with OpenHands and removed fix-me Try to automatically fix the issue with OpenHands labels Sep 28, 2024
Copy link

OpenHands started fixing the issue! You can monitor the progress here.

Copy link

A potential fix has been generated and a draft PR #113 has been created. Please review the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix-me Try to automatically fix the issue with OpenHands
Projects
None yet
1 participant