Skip to content

Commit

Permalink
feat(manage-merge-queue): allow only maintainers to jump the queue (#651
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bherrmann2 authored Aug 7, 2024
1 parent e61057f commit 1a0754f
Show file tree
Hide file tree
Showing 39 changed files with 169 additions and 39 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ inputs:
max_queue_size:
description: 'The maximum number of PRs that can be in the merge queue at any given time'
required: false
allow_only_for_maintainers:
description: 'Boolean to indicate if only maintainers of the repo are allowed to invoke this action'
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 1a0754f

Please sign in to comment.