Currently autosynth runs starts against the default branch (master) of the target repository and opens the pull request against that branch. If we need to test autosynth/config changes, we need to merge those changes into master to test it out.
We should be able to run something like:
python3 -m autosynth.synth --repostory=googleapis/java-asset --branch=feature-branch
Currently autosynth runs starts against the default branch (master) of the target repository and opens the pull request against that branch. If we need to test autosynth/config changes, we need to merge those changes into master to test it out.
We should be able to run something like: