Is your feature request related to a problem? Please describe.
When I create a pull request through the pipeline, there is no check to see if the PR has any changes, this leads to a blank PR with no file changes. The web version doesn't allow the creation of empty PRs, so it would make sense to be the same in the CLI.
Describe the solution you'd like
Do not allow the creation of PRs that have no changes.
Is your feature request related to a problem? Please describe.
When I create a pull request through the pipeline, there is no check to see if the PR has any changes, this leads to a blank PR with no file changes. The web version doesn't allow the creation of empty PRs, so it would make sense to be the same in the CLI.
Describe the solution you'd like
Do not allow the creation of PRs that have no changes.