Server error when submitting a PR in the LicenseXML editor - part 2
goneall opened this issue · 2 comments
Similar to issue #423
Issue #423 was verified to be fixed after PR #424 was deployed.
The following response is coming back from the call to create the pull request:
{"message":"Validation Failed","errors":[{"resource":"PullRequest","field":"head","code":"invalid"}],"documentation_url":"https://docs.github.com/rest/reference/pulls#create-a-pull-request"}
The value for "head"
is 'goneall:test-license-xml19'
In looking at my repos, it looks like it is using test-license-xml for the fork - it should be license-list-XML.
This turned out to be a problem with the "patch" I did in production. The actual code in the repo works, I just forgot to copy over some of the changes.
I've updated production.
Closing this issue.