Skip to content

Commit 3e6f052

Browse files
authored
feat(notify-pipeline-complete): add merge_queue_enabled input (#696)
1 parent 635aee6 commit 3e6f052

40 files changed

+109
-104
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ inputs:
154154
use_basic_matrix_configuration:
155155
description: 'Boolean to indicate if the action should use a basic matrix configuration (i.e. just a flat list of paths, instead of a list of objects nested under the "include" key)'
156156
required: false
157+
merge_queue_enabled:
158+
description: 'Boolean to indicate if the repo is using the merge queue feature'
159+
required: false
157160
outputs:
158161
output:
159162
description: 'The output of the helper'

dist/110.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/208.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/250.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/264.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)