Skip to content

Commit

Permalink
feat(manage-merge-queue): add max_queue_size input (#632)
Browse files Browse the repository at this point in the history
* unit test

* make test pass

* update comment
  • Loading branch information
danadajian authored Jul 10, 2024
1 parent f4822c9 commit 3e55d2b
Show file tree
Hide file tree
Showing 36 changed files with 120 additions and 34 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ inputs:
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
max_queue_size:
description: 'The maximum number of PRs that can be in the merge queue at any given time'
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 3e55d2b

Please sign in to comment.