Skip to content

Commit 77b873d

Browse files
committed
ci: add eventing-service
1 parent c974d71 commit 77b873d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
- head-branch: [ '^bug', '-bug-' ]
55
"Template: personalization-service":
66
- changed-files:
7-
- any-glob-to-any-file: [ 'personalization-service/**' ]
7+
- any-glob-to-any-file: [ 'personalization-service/**' ]
8+
"Component: ticketing-eventing":
9+
- changed-files:
10+
- any-glob-to-any-file: [ 'ticketing-eventing/**' ]

.github/workflows/maven-node-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
include:
1818
- app-path: personalization-service
1919
- app-path: personalization-webcomponents
20+
- app-path: ticketing-eventing/eventing-service
2021

2122
steps:
2223
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

.github/workflows/maven-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
required: true
1818
options:
1919
- personalization-service
20+
- ticketing-eventing/eventing-service
2021

2122
jobs:
2223
release-maven:

0 commit comments

Comments
 (0)