Open
Description
4 developers work on a single repo. If one developer creates a PR, and he is in the "reviewers" list, action fails with "Review can not be requested from author"
.
Expected behavior:
Author is skipped, all other users added as reviewers.
Actual behavior:
0 reviewers added.
Config:
# Set to true to add reviewers to pull requests
addReviewers: true
# Set to author to set pr creater as assignee
addAssignees: author
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- deva
- devb
- devc
- devd
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip
Metadata
Metadata
Assignees
Labels
No labels