diff --git a/.github/labeler.yml b/.github/labeler.yml index f7e6703b7..fe3b6d7ee 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -27,3 +27,7 @@ tests: - changed-files: - any-glob-to-any-file: - "src/**/*openapi*.py" + - "src/**/openapi/**" + - "tests/**/*openapi*.py" + - "tests/**/openapi/**" + - "docs/**/*openapi*"