Skip to content

Commit

Permalink
Add the configuration for the Labeler GA
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 30, 2024
1 parent cc33c20 commit 31c547a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dependencies:
- head-branch: '^update/'
- changed-files:
- all-globs-to-any-file: ['**/build.sbt']

docs:
- changed-files:
- any-glob-to-any-file: ['docs/*', 'website/*', '**/*.md']

sbt-scalac-profiling:
- changed-files:
- any-glob-to-any-file: 'sbt-plugin/*'

scalac-profiling:
- changed-files:
- any-glob-to-any-file: ['external/*', 'integrations/*', 'profiledb/*', 'plugin/*']

behind-the-scenes:
- changed-files:
- all-globs-to-all-files: ['!**/build.sbt', '!docs/*', '!website/*', '!**/*.md', '!sbt-plugin/*', '!external/*', '!integrations/*', '!profiledb/*', '!plugin/*']

0 comments on commit 31c547a

Please sign in to comment.