Skip to content

Commit

Permalink
gha: add diode chart labeler
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Oct 15, 2024
1 parent a04c2f6 commit 1d528ba
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/pull_request_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ diode-server:
- 'diode-server/*'
- 'diode-server/**/*'

diode-distributor:
- changed-files:
- any-glob-to-any-file:
- 'diode-server/cmd/distributor/*'
- 'diode-server/cmd/distributor/**/*'
- 'diode-server/distributor/*'
- 'diode-server/distributor/**/*'

diode-ingester:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -97,3 +89,9 @@ diode-reconciler:
- 'diode-server/cmd/reconciler/**/*'
- 'diode-server/reconciler/*'
- 'diode-server/reconciler/**/*'

diode-chart:
- changed-files:
- any-glob-to-any-file:
- 'charts/*'
- 'charts/**/*'

0 comments on commit 1d528ba

Please sign in to comment.