You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a topic is cleared for submit, no further information should be required of the user.
The PR message seems to be correct and NOT the value from the form, so I'm not sure where this came from. Why was there a commit at all? Best guess: there were uncommitted changes (though my memory of the events was that this was not the case, but clearly something went wrong). Or, it's just a straightforward logic bug.
The text was updated successfully, but these errors were encountered:
Observed the repo had two topic branches... may have also had to do with possible 'start' from a topic branch... not sure what the cause, maybe just flashback to manual git and just jumped back to master?
Another bit of evidence... or a different related or entirely unrelated bug. Two things to notice. First, the 'con -s' default resource is working, but then gets lost. Second, the submit gives unfriendly feedback. May need to break out new bugs based on findings.
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con publish
Published topic '108-improve-con-status'.
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con status
# On branch topics-108-improve-con-status
nothing to commit, working directory clean
Connected to GitHub as: zanerock
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con submit
Unknown resource: 'submit'.
usage: con <resource|global action>
Available resources:
topics Manage topics / topic branches.
releases Manage releases.
Available global actions:
sync Clones and synchronizes local repo with origin.
-s Set implied resource.
help Prints this help.
Use 'con help [<resource> [<action>]]' for details and refer to
http://dogfoodsoftware.com/documentatione/conveyor/ref/Branching-Strategy for
more on the underlying branch strategy which conveyor-workflow implements.
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con -s submit
Unknown resource 'submit'.
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con -s topics
Resource set as 'topics'.
user@git-convey-wkst:~/playground/dogfoodsoftware.com/conveyor/workflow> con submit
ERROR: REST call failed for 'POST /repos/DogFoodSoftware/conveyor-workflow/pulls {"title": "Pull request for issue #108","body": "Fixes #108. Generated by conveyor-workflow.","head": "topics-108-improve-con-status","base": "master"}'. (204)
ERROR: Validation Failed
Error creating PR.
user@git-convey-wkst:~/p
If a topic is cleared for submit, no further information should be required of the user.
The PR message seems to be correct and NOT the value from the form, so I'm not sure where this came from. Why was there a commit at all? Best guess: there were uncommitted changes (though my memory of the events was that this was not the case, but clearly something went wrong). Or, it's just a straightforward logic bug.
The text was updated successfully, but these errors were encountered: