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

Fix issue #117: Better error handling after Create draft PR or push branch workflow #118

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

openhands-agent
Copy link
Collaborator

This pull request fixes #117.

The issue has been successfully resolved. The workflow has been updated to check for non-empty values in prNumber or branchName before posting a comment about successful branch creation or PR opening. Additionally, an error message is now included if the workflow fails. This prevents the incorrect posting of success messages when the workflow fails due to permission issues or other problems. As this is a GitHub workflow change, no Python tests were needed. The changes directly address the described issue and should improve the accuracy of the workflow's feedback.

Automatic fix generated by OpenHands 🙌

@neubig neubig marked this pull request as ready for review September 28, 2024 13:02
@neubig neubig merged commit c5b604a into main Sep 28, 2024
1 check passed
@neubig neubig deleted the openhands-fix-issue-117 branch September 28, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better error handling after Create draft PR or push branch workflow
2 participants