feat: configuring an extensible PR auto-labeler (#26880)

This commit is contained in:
Maxime Beauchemin
2024-01-30 09:26:34 -08:00
committed by GitHub
parent 7e3d01d0f4
commit f4473afccd
4 changed files with 33 additions and 25 deletions

20
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
"risk:db-migration":
- changed-files:
- any-glob-to-any-file:
- 'superset/migrations/**'
"dependencies:python":
- changed-files:
- any-glob-to-any-file:
- 'superset/requirements/**'
"dependencies:npm":
- changed-files:
- any-glob-to-any-file:
- 'superset-frontend/package.json'
- 'superset-frontend/package-lock.json'
"doc":
- changed-files:
- any-glob-to-any-file:
- 'docs/**'