Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Dec 7, 2023
1 parent 42fa12a commit 2e4e4d2
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
build:
- "**/*.gradle"
- "**/*.gradle.kts"
- changed-files:
- any-glob-to-any-file: '**/*.gradle'
- any-glob-to-any-file: '**/*.gradle.kts'

ci:
- ".github/*"
- changed-files:
- any-glob-to-any-file: '.github/*'

compiler-plugin:
- "compiler-plugin/src/**/*"
- changed-files:
- any-glob-to-any-file: 'compiler-plugin/src/**/*'

documentation:
- "docs/*.md"
- changed-files:
- any-glob-to-any-file: 'docs/*.md'

ktorfit-gradle-plugin:
- "ktorfit-gradle-plugin/src/**/*"
- changed-files:
- any-glob-to-any-file: 'ktorfit-gradle-plugin/src/**/*'

ktorfit-ksp:
- "ktorfit-ksp/src/**/*"
- changed-files:
- any-glob-to-any-file: 'ktorfit-ksp/src/**/*'

ktorfit-lib:
- "ktorfit-lib/src/**/*"
- "ktorfit-lib-core/src/**/*"
- changed-files:
- any-glob-to-any-file: 'ktorfit-lib/src/**/*'
- any-glob-to-any-file: 'ktorfit-lib-core/src/**/*'

sandbox:
- "sandbox/src/**/*"
- changed-files:
- any-glob-to-any-file: 'sandbox/src/**/*'

0 comments on commit 2e4e4d2

Please sign in to comment.