After looking at existing Issues and some of the code, I'm not seeing a way to manually set targetbranch. This would be helpful in the case that app.TargetRevision is expected to be different than the PR target branch, for example a release commit string.
Running into this debug message:
target revision of dev-pr-123456 is '34567890qwertyui2345adf' and does not match 'main'"
Is it possible to customize targetbranch?
After looking at existing Issues and some of the code, I'm not seeing a way to manually set
targetbranch. This would be helpful in the case thatapp.TargetRevisionis expected to be different than the PR target branch, for example a release commit string.Running into this debug message:
Is it possible to customize
targetbranch?