Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 5, 2023
1 parent 887d86c commit f727b03
Showing 1 changed file with 18 additions and 36 deletions.
54 changes: 18 additions & 36 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,37 @@
# under the License.

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

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

sql:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/sql/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/sql/**/*']

logical-expr:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/expr/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/expr/**/*']

physical-expr:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/physical-expr/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/physical-expr/**/*']

optimizer:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/optimizer/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/optimizer/**/*']

core:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/core/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/core/**/*']

substrait:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/substrait/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/substrait/**/*']

sqllogictest:
- all:
- changed-files:
- any-glob-to-any-file: ['datafusion/sqllogictest/**/*']
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file: ['datafusion/sqllogictest/**/*']

0 comments on commit f727b03

Please sign in to comment.