Skip to content

Commit 772cef0

Browse files
authoredApr 25, 2024
Merge pull request #152 from backstage/blam/optz
really make them optional now
2 parents 43edbbb + 462edcd commit 772cef0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎changeset-feedback/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ inputs:
1414
required: true
1515
multiple-workspaces:
1616
description: If it's this repository is a collection of workspaces
17+
default: 'false'
1718
required: false
1819
bot-username:
1920
description: username of the bot used to post comments on behalf of the action. Will be used when locating existing changeset feedback comments to update.

‎renovate-changesets/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ inputs:
44
multiple-workspaces:
55
description: If it's this repository is a collection of workspaces
66
required: false
7+
default: 'false'
78

89
outputs: {}
910
runs:

0 commit comments

Comments
 (0)
Please sign in to comment.