diff --git a/docs/plugin_repom.plugin.azuredevops.generated.md b/docs/plugin_repom.plugin.azuredevops.generated.md index f7436726..8eff216d 100644 --- a/docs/plugin_repom.plugin.azuredevops.generated.md +++ b/docs/plugin_repom.plugin.azuredevops.generated.md @@ -43,11 +43,14 @@ Title will be the last part of the branchname split on `/`, so `feature/123-test - `to-branch`: Name of the branch the pull request should be merged into. For instance `develop`, or `main`. ([Text](repository_action_types.md#text)) - `reviewer-ids`: List of reviewer ids. The id should be a valid Azure DevOps user id (i.e. GUID). (List) - `draft-pr`: Boolean specifying if th PR should be marked as draft. ([Predicate](repository_action_types.md#predicate)) -- `include-work-items`: Boolean specifying if workitems should be included in the PR. RepoM will try to resolve the workitems by looping through the commit messages. ([Predicate](repository_action_types.md#predicate)) +- `include-work-items`: Boolean specifying if work items should be included in the PR. RepoM will try to resolve the work items by looping through the commit messages. ([Predicate](repository_action_types.md#predicate)) - `open-in-browser`: Boolean specifying if the Pull request should be opened in the browser after creation. ([Predicate](repository_action_types.md#predicate)) - `context`: The context in which the action is available. ([Context](repository_action_types.md#context)) - `active`: Whether the menu item is enabled. ([Predicate](repository_action_types.md#predicate)) -- `auto-complete`: Auto complete options. Please take a look at the same for more information (AutoCompleteOptionsV1, optional) +- `auto-complete`: Auto complete options. + - `merge-strategy`: The merge strategy. Possible values are `no-fast-forward`, `squash`, `rebase`, and `rebase-merge`. + - `delete-source-branch`: Boolean specifying if the source branch should be deleted after completion. ([Predicate](repository_action_types.md#predicate) + - `transition-work-items`: Boolean specifying if related work items should be transitioned to the next state. ([Predicate](repository_action_types.md#predicate) ### Example