Skip to content

Commit

Permalink
update: add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Nov 11, 2024
1 parent b72b0e0 commit b35b42c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflow-config/labeling-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ service/kafka:
- changed-files:
- any-glob-to-any-file: 'docs/products/kafka/**'

service/kafka_connect:
- changed-files:
- any-glob-to-any-file: 'docs/products/kafka/kafka-connect/**'

service/kafka_mirrormaker:
- changed-files:
- any-glob-to-any-file: 'docs/products/kafka/kafka-mirrormaker/**'

service/m3db:
- changed-files:
- any-glob-to-any-file: 'docs/products/m3db/**'
Expand All @@ -37,7 +45,7 @@ service/mysql:
- changed-files:
- any-glob-to-any-file: 'docs/products/mysql/**'

service/postgre:
service/postgresql:
- changed-files:
- any-glob-to-any-file: 'docs/products/postgresql/**'

Expand Down

0 comments on commit b35b42c

Please sign in to comment.