Skip to content

Commit

Permalink
automation(#508): Refactor project label for clarity and consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImKunYoung committed Dec 6, 2023
1 parent 6df21fd commit d1548da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@ filters:
events: [ issues, pull_request ]
targets: [ title, comment, branch ]

- label: 1️⃣ Liberty Main Service
- label: 1️⃣ Liberty52 Main Service
regexs:
- /메인/i
events: [ issues, pull_request ]
targets: [ title, comment, branch ]

- label: 1️⃣ Liberty Main Service
- label: 1️⃣ Liberty52 Main Service
regexs:
- /Main/i
events: [ issues, pull_request ]
targets: [ title, comment, branch ]

- label: 1️⃣ Liberty Main Service
- label: 1️⃣ Liberty52 Main Service
regexs:
- /MAIN/i
events: [ issues, pull_request ]
targets: [ title, comment, branch ]

- label: 2️⃣ Liberty Auth Service
- label: 2️⃣ Liberty52 Auth Service
regexs:
- /Auth/i
events: [ issues, pull_request ]
targets: [ title, comment, branch ]

- label: 2️⃣ Liberty AUTH Service
- label: 2️⃣ Liberty52 Auth Service
regexs:
- /AUTH/i
events: [ issues, pull_request ]
Expand Down
8 changes: 5 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
0️⃣ Root Module:
- 'build.gradle'
- 'setting.gradle'
1️⃣ liberty52 Main Service:
1️⃣ Liberty52 Main Service:
- 'liberty52-main-service/**'
- 'liberty52-authentication-library/**'
- 'build.gradle'
- 'liberty52-common/**'
2️⃣ liberty52 Auth Service:
2️⃣ Liberty52 Auth Service:
- 'liberty52-auth-service/**'
- 'build.gradle'
- 'liberty52-common/**'
3️⃣ liberty52 Authentication Library:
3️⃣ Liberty52 Authentication Library:
- 'liberty52-authentication-library/**'
- 'build.gradle'
4️⃣ Liberty52 Common:
- 'liberty52-common/**'
🤖 Automation:
- '.github/workflows/**'

0 comments on commit d1548da

Please sign in to comment.