Skip to content

Commit

Permalink
chore: added labeler for user-group-ms and rename workflow (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored May 30, 2024
1 parent aa2b1c3 commit 6f31113
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
user-ms:
- changed-files:
- any-glob-to-any-file: ['apps/user-ms/**']
user-group-ms:
- changed-files:
- any-glob-to-any-file: ['apps/user-group-ms/**']
user-cdc:
- changed-files:
- any-glob-to-any-file: ['apps/user-cdc/**']

libs:
- changed-files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_cdc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review user-cdc
name: Code Review - user-cdc

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_container_apps__user_ms_infra.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review container app infra
name: Code Review - container app infra

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review user-ms
name: Code Review - user-ms

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_user_group_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review user-group-ms
name: Code Review - user-group-ms

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_cdc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy user-cdc
name: Deploy SELC - user-cdc

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy user ms
name: Deploy SELC - user ms

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pnpg_cdc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy PNPG user-cdc
name: Deploy PNPG - user-cdc

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pnpg_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy PNPG user ms
name: Deploy PNPG - user-ms

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pnpg_user_group_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy PNPG user-group-ms
name: Deploy PNPG - user-group-ms

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_user_group_ms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy user-group-ms
name: Deploy SELC - user-group-ms

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_user_sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release user sdk
name: Release SDK - user-sdk

on:
push:
Expand Down

0 comments on commit 6f31113

Please sign in to comment.