From cf1c9f5f4649da4b45f8987846c21a2edceffb4e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:17:53 -0400 Subject: [PATCH] Catch more openapi changes (#1124) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) 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*"