Skip to content

Commit 727e029

Browse files
committed
fix: removed additional references to Properties
1 parent 576adbe commit 727e029

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/boring-cyborg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ labelPRBasedOnFilePath:
33
service/contracts:
44
- Unicorn.Contracts
55
service/properties:
6-
- Unicorn.Properties
6+
- Unicorn.Approvals
77
service/web:
88
- Unicorn.Web
99

unicorn_approvals/integration/subscriber-policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Resources:
2222
EventBusName:
2323
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornApprovalsEventBus}}"
2424
StatementId:
25-
Fn::Sub: "OnlyRulesForPropertiesServiceEvents-${Stage}"
25+
Fn::Sub: "OnlyRulesForApprovalServiceEvents-${Stage}"
2626
Statement:
2727
Effect: Allow
2828
Principal:

unicorn_shared/uni-prop-namespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Outputs:
4747
Description: Unicorn Contracts namespace parameter value
4848
Value: !GetAtt UnicornContractsNamespaceParam.Value
4949

50-
UnicornPropertiesNamespaceValue:
50+
UnicornApprovalsNamespaceValue:
5151
Description: Unicorn Properties namespace parameter value
5252
Value: !GetAtt UnicornApprovalsNamespaceParam.Value
5353

0 commit comments

Comments
 (0)