Better error handling after Create draft PR or push branch
workflow
#117
Labels
fix-me
Try to automatically fix the issue with OpenHands
Currently in the
Create draft PR or push branch
workflow, even if the workflow fails due to permission issues, etc., a comment is sometimes posted that the branch or PR was completed successfully.openhands-resolver/.github/workflows/openhands-resolver.yml
Lines 62 to 81 in 32139d5
We should check that the workflow actually succeeded by making sure that there is a non-empty value in
prNumber
orbranchName
, and if the workflow failed, write a message to that effect.This is about github workflows, so we don't need python tests for it.
The text was updated successfully, but these errors were encountered: