Skip to content

Commit

Permalink
feat(approvals-satisfied): add required_review_overrides input (#613)
Browse files Browse the repository at this point in the history
* improve debug logging

* add team_review_overrides input

* rename
  • Loading branch information
danadajian authored May 21, 2024
1 parent 85a287a commit f5b0f9b
Show file tree
Hide file tree
Showing 37 changed files with 123 additions and 54 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ inputs:
required: false
load_balancing_sizes:
description: 'A list of sizes (integers) for load balancing (newline/comma separated). Should map directly to inputted paths list'
required_review_overrides:
description: 'A comma-separated list of team overrides which specify the number of required reviews per team (e.g. "@ExpediaGroup/team1:1,@ExpediaGroup/team2:2")'
required: false
outputs:
output:
description: 'The output of the helper'
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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/148.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 f5b0f9b

Please sign in to comment.