Skip to content

Commit

Permalink
feat(approvals-satisfied): add number of reviewers requirement (#383)
Browse files Browse the repository at this point in the history
* feat(approvals-satisfied): add number of reviewers requirement

* make tests better
  • Loading branch information
danadajian authored Jul 13, 2023
1 parent 7e78cec commit 407cbed
Show file tree
Hide file tree
Showing 36 changed files with 152 additions and 47 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ inputs:
number_of_assignees:
description: 'Number of people to assign a PR to'
required: false
number_of_reviewers:
description: 'Number of reviewers of a PR'
required: false
globs:
description: 'A list of file paths (newline/comma separated) using glob syntax'
required: false
Expand Down
2 changes: 1 addition & 1 deletion dist/0.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/101.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 407cbed

Please sign in to comment.