Skip to content

Commit

Permalink
🔧 labeler の定義を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Nov 22, 2023
1 parent a66c7f3 commit 1f1d965
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@ labels:
# Type labels
- label: "@type/feature"
title:
- '^:sparkles:'
- '^:tada:'
- '^:art:'
- "^:sparkles:.*"
- "^:tada:.*"
- "^:art:.*"
- label: "@type/improve"
title:
- '^:+1:'
- '^:recycle:'
- '^:rocket:'
- "^:+1:.*"
- "^:recycle:.*"
- "^:rocket:.*"
- label: "@type/fix"
title: '^:bug:'
title: "^:bug:.*"
- label: "@type/docs"
title: '^:books:'
title: "^:books:.*"
files:
- "docs/.+"
- label: "@type/build"
title:
- '^:wrench:'
- '^:up:'
- "^:wrench:.*"
- "^:up:.*"
files:
- "settings.gradle.kts"
- "**/build.gradle.kts"
- "gradle/.+"
- "tools/.+"
- label: "@type/ci"
title: '^:green_heart:'
title: "^:green_heart:.*"
files:
- '\.github/.+'
- "\.github/.+"

# App module labels
- label: "@app/android"
files:
- "app/android/.+"
- '**/androidMain/**/.+'
- "**/androidMain/**/.+"
- label: "@app/backend"
files:
- "app/backend/.+"
- label: "@app/ios"
files:
- "app/ios/.+"
- "app/ios-combined/.+"
- '**/iosMain/**/.+'
- "**/iosMain/**/.+"
- label: "@app/frontend"
files:
- "app/web/.+"
- '**/jsMain/**/.+'
- "**/jsMain/**/.+"

# Core module labels
- label: "@core/common"
Expand Down

0 comments on commit 1f1d965

Please sign in to comment.