diff --git a/.github/labeler.yml b/.github/labeler.yml index 0c9b18381..057772a53 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,23 +1,31 @@ repo: - - '*' +- changed-files: + - any-glob-to-any-file: '*' github: - - .github/**/* +- changed-files: + - any-glob-to-any-file: '.github/**/*' application: - - application/**/* +- changed-files: + - any-glob-to-any-file: 'application/**/*' docs: - - docs/**/* +- changed-files: + - any-glob-to-any-file: 'docs/**/*' extensions: - - extensions/**/* +- changed-files: + - any-glob-to-any-file: 'extensions/**/*' frontend: - - frontend/**/* +- changed-files: + - any-glob-to-any-file: 'frontend/**/*' scripts: - - scripts/**/* +- changed-files: + - any-glob-to-any-file: 'scripts/**/*' tests: - - tests/**/* +- changed-files: + - any-glob-to-any-file: 'tests/**/*'