Spaces:
Running
Running
Jeremiah Lowin commited on
Catch more openapi changes (#1124)
Browse files- .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*"
|