Catch more openapi changes (#1124)

This commit is contained in:
Jeremiah Lowin 2025-07-11 14:17:53 -04:00 committed by GitHub
commit cf1c9f5f46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/labeler.yml vendored
View file

@ -27,3 +27,7 @@ tests:
- changed-files:
- any-glob-to-any-file:
- "src/**/*openapi*.py"
- "src/**/openapi/**"
- "tests/**/*openapi*.py"
- "tests/**/openapi/**"
- "docs/**/*openapi*"