Skip to content

Commit

Permalink
Merge pull request #19625 from redpanda-data/PESDLC-1510-fix-labeler-…
Browse files Browse the repository at this point in the history
…format

gha/labeler: fix format of yml file for v5
  • Loading branch information
andrewhsu authored Jun 11, 2024
2 parents c38b25d + d2e7e86 commit 0ca0de7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
area/k8s:
- src/go/k8s/**/*
- changed-files:
- any-glob-to-any-file: ['src/go/k8s/**/*']

k8s/tests:
- src/go/k8s/**/*
- changed-files:
- any-glob-to-any-file: ['src/go/k8s/**/*']

area/build:
- cmake/**/*
- .github/**/*
- changed-files:
- any-glob-to-any-file: ['cmake/**/*', '.github/**/*']

area/docs:
- docs/**/*
- changed-files:
- any-glob-to-any-file: ['docs/**/*']

area/rpk:
- src/go/rpk/**/*
- changed-files:
- any-glob-to-any-file: ['src/go/rpk/**/*']

area/redpanda:
- src/v/**/*
- changed-files:
- any-glob-to-any-file: ['src/v/**/*']

area/wasm:
- src/transform-sdk/**/*
- src/v/transform/**/*
- src/v/wasm/**/*
- changed-files:
- any-glob-to-any-file: ['src/transform-sdk/**/*', 'src/v/transform/**/*', 'src/v/wasm/**/*']

0 comments on commit 0ca0de7

Please sign in to comment.