diff --git a/.github/labeler.yml b/.github/labeler.yml index 16119b0..59599b2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,8 +6,9 @@ # the LICENSE file that was distributed with this source code. 'open api': - - '.redocly.yaml' - - 'openapi/*.yaml' + - any: + - '.redocly.yaml' + - 'openapi/*.yaml' python: - any: @@ -18,14 +19,16 @@ python: - 'requirements/*.txt' javascript: - - 'package.json' - - 'package-lock.json' + - any: + - 'package.json' + - 'package-lock.json' dependencies: - - 'package.json' - - 'package-lock.json' - - 'requirements/*.in' - - 'requirements/*.txt' + - any: + - 'package.json' + - 'package-lock.json' + - 'requirements/*.in' + - 'requirements/*.txt' github_actions: - any: ['.github/**/*']