Skip to content

Commit

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

[v23.2.x] gha/labeler: fix format of yml file for v5
  • Loading branch information
andrewhsu committed Jun 12, 2024
2 parents b0ed98c + 9a9ca7c commit d7b2baf
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
area/k8s:
- 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/js/**/*
- changed-files:
- any-glob-to-any-file: ['src/js/**/*']

0 comments on commit d7b2baf

Please sign in to comment.