You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I successfully configured the tool to run with Azure DevOps, but I noticed that config included in the repo always causes creating standard PRs. In my organization, a standard PR automatically triggers CI, so it creates high queues for CI agents when a lot of PRs are created.
For me, the simplest solution was to create draft PRs instead. AzDO supports isDraft parameter in the API call (docs), so I did a minimal change in #322, and it seems to be working fine after adding "draft": true in "push_settings" in all-repos JSON config.
I thought that it might be useful for somebody out there, hence this issue and PR. Shall we merge it?
The text was updated successfully, but these errors were encountered:
Hey, I successfully configured the tool to run with Azure DevOps, but I noticed that config included in the repo always causes creating standard PRs. In my organization, a standard PR automatically triggers CI, so it creates high queues for CI agents when a lot of PRs are created.
For me, the simplest solution was to create draft PRs instead. AzDO supports
isDraft
parameter in the API call (docs), so I did a minimal change in #322, and it seems to be working fine after adding"draft": true
in"push_settings"
in all-repos JSON config.I thought that it might be useful for somebody out there, hence this issue and PR. Shall we merge it?
The text was updated successfully, but these errors were encountered: