Jeremiah Lowin commited on
Commit
2127c96
·
unverified ·
1 Parent(s): dd2c763

Catch more openapi changes (#1124)

Browse files
Files changed (1) hide show
  1. .github/labeler.yml +4 -0
.github/labeler.yml CHANGED
@@ -27,3 +27,7 @@ tests:
27
  - changed-files:
28
  - any-glob-to-any-file:
29
  - "src/**/*openapi*.py"
 
 
 
 
 
27
  - changed-files:
28
  - any-glob-to-any-file:
29
  - "src/**/*openapi*.py"
30
+ - "src/**/openapi/**"
31
+ - "tests/**/*openapi*.py"
32
+ - "tests/**/openapi/**"
33
+ - "docs/**/*openapi*"