Skip to content

Commit

Permalink
fix: Changed labeler.yml to latest format
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 5, 2023
1 parent c7a6965 commit 91a983e
Showing 1 changed file with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,55 @@
# under the License.

development-process:
- dev/**.*
- .github/**.*
- ci/**.*
- .asf.yaml
- any:
- changed-files:
- AnyGlobToAnyFile: ['dev/**.*', '.github/**.*', 'ci/**.*', '.asf.yaml']
- base-branch: 'main'

documentation:
- docs/**.*
- README.md
- ./**/README.md
- DEVELOPERS.md
- datafusion/docs/**.*
- any:
- changed-files:
- AnyGlobToAnyFile: ['docs/**.*', 'README.md', './**/README.md', 'DEVELOPERS.md', 'datafusion/docs/**.*']
- base-branch: 'main'

sql:
- datafusion/sql/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/sql/**/*']
- base-branch: 'main'

logical-expr:
- datafusion/expr/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/expr/**/*']
- base-branch: 'main'

physical-expr:
- datafusion/physical-expr/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/physical-expr/**/*']
- base-branch: 'main'

optimizer:
- datafusion/optimizer/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/optimizer/**/*']
- base-branch: 'main'

core:
- datafusion/core/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/core/**/*']
- base-branch: 'main'

substrait:
- datafusion/substrait/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/substrait/**/*']
- base-branch: 'main'

sqllogictest:
- datafusion/sqllogictest/**/*
- any:
- changed-files:
- AnyGlobToAnyFile: ['datafusion/sqllogictest/**/*']
- base-branch: 'main'

0 comments on commit 91a983e

Please sign in to comment.