semantic-conventions/.github/auto_assign_issue.yml

19 lines
413 B
YAML

# Set to true to add reviewers to issues/PRs
addReviewers: false
# Set to true to add assignees to issues/PRs
addAssignees: true
# A list of assignees, overrides reviewers if set
assignees:
- AlexanderWert
- arminru
- joaopgrassi
- jsuereth
- reyang
# A number of assignees to add to the issues/PRs
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 1