...
Each workflow is meant to automate specific tasks for the pull requests of your team.
Attributes | MeaningDefinition | ||||
---|---|---|---|---|---|
name | The name of the workflow. Must be unique in a repository. | ||||
conditions | A set of conditions to be met for the actions of the workflow to be executed for a pull request | ||||
actions | A set of actions to be executed when the conditions are met for a pull request | ||||
overrides | A workflow with the same name can be overridden in the main devsensei.yaml file. If so, the workflow object must have
|
...
Adds Code Owners as reviewers to a pull request.
OptionsAttributes | Definition | |||||
---|---|---|---|---|---|---|
assignment-routing |
reduce the number of Code Owners that are automatically assigned to a pull request. (opt-in) Currently, the only available method of assignment is at random.
| |||||
rules | The Code Owners rules and merge checks. For existing
| |||||
custom-groups | Define custom Code Owners groups.
| |||||
auto-unapprove-on-change | Remove approval if owned code changes.
|
...