Hi @thomaseizinger
I feel the PR creation should not report as failure when it has no commits to create a PR. Instead, it should succeed and report as a warning.
Currently it reports with below error and reports as failure in workflow. In automation, there could be scenarios where we can/cannot create a PR and i feel it would be nice if this github action be able to handle both.
Error: Validation Failed: {"resource":"PullRequest","code":"custom","message":"No commits between master and release-1.6"}
what do you think?