Skip to content

Commit

Permalink
[MAINTENANCE] Update globs in labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Feb 14, 2025
1 parent f9f0aad commit e860bc4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
application:
- changed-files:
- any-glob-to-any-file: 'application/*'
- any-glob-to-any-file: 'application/**/*'
async:
- changed-files:
- any-glob-to-any-file: 'async/*'
- any-glob-to-any-file: 'async/**/*'
blueprint:
- changed-files:
- any-glob-to-any-file: 'blueprint/*'
- any-glob-to-any-file: 'blueprint/**/*'
eba-maven-plugin:
- changed-files:
- any-glob-to-any-file: 'eba-maven-plugin/*'
- any-glob-to-any-file: 'eba-maven-plugin/**/*'
ejb:
- changed-files:
- any-glob-to-any-file: 'ejb/*'
- any-glob-to-any-file: 'ejb/**/*'
esa-ant-task:
- changed-files:
- any-glob-to-any-file: 'esa-ant-task/*'
- any-glob-to-any-file: 'esa-ant-task/**/*'
esa-maven-plugin:
- changed-files:
- any-glob-to-any-file: 'esa-maven-plugin/*'
- any-glob-to-any-file: 'esa-maven-plugin/**/*'
jmx:
- changed-files:
- any-glob-to-any-file: 'jmx/*'
- any-glob-to-any-file: 'jmx/**/*'
jndi:
- changed-files:
- any-glob-to-any-file: 'jndi/*'
- any-glob-to-any-file: 'jndi/**/*'
parent:
- changed-files:
- any-glob-to-any-file: 'parent/*'
- any-glob-to-any-file: 'parent/**/*'
proxy:
- changed-files:
- any-glob-to-any-file: 'proxy/*'
- any-glob-to-any-file: 'proxy/**/*'
pushstream:
- changed-files:
- any-glob-to-any-file: 'pushstream/*'
- any-glob-to-any-file: 'pushstream/**/*'
samples:
- changed-files:
- any-glob-to-any-file: 'samples/*'
- any-glob-to-any-file: 'samples/**/*'
sandbox:
- changed-files:
- any-glob-to-any-file: 'sandbox/*'
- any-glob-to-any-file: 'sandbox/**/*'
spi-fly:
- changed-files:
- any-glob-to-any-file: 'spi-fly/*'
- any-glob-to-any-file: 'spi-fly/**/*'
subsystem:
- changed-files:
- any-glob-to-any-file: 'subsystem/*'
- any-glob-to-any-file: 'subsystem/**/*'
testsupport:
- changed-files:
- any-glob-to-any-file: 'testsupport/*'
- any-glob-to-any-file: 'testsupport/**/*'
transaction:
- changed-files:
- any-glob-to-any-file: 'transaction/*'
- any-glob-to-any-file: 'transaction/**/*'
tutorials:
- changed-files:
- any-glob-to-any-file: 'tutorials/*'
- any-glob-to-any-file: 'tutorials/**/*'
util:
- changed-files:
- any-glob-to-any-file: 'util/*'
- any-glob-to-any-file: 'util/**/*'
versioning:
- changed-files:
- any-glob-to-any-file: 'versioning/*'
- any-glob-to-any-file: 'versioning/**/*'
web:
- changed-files:
- any-glob-to-any-file: 'web/*'
- any-glob-to-any-file: 'web/**/*'

0 comments on commit e860bc4

Please sign in to comment.