-
Notifications
You must be signed in to change notification settings - Fork 10
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
Labels
fix-me
Try to automatically fix the issue with OpenHands
Comments
OpenHands started fixing the issue! You can monitor the progress here. |
A potential fix has been generated and a draft PR #112 has been created. Please review the changes. |
openhands-agent
added a commit
that referenced
this issue
Sep 28, 2024
2 tasks
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
OpenHands started fixing the issue! You can monitor the progress here. |
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
Currently, the branch title is missing in the comment from failed github actions workflows. For instance, it results in this:
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#L227Once 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.
The text was updated successfully, but these errors were encountered: