Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added labeler for user-group-ms and rename workflow #139

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading