mirror of https://github.com/apache/kafka.git
MINOR: Add group-coordinator label for pull requests (#20043)
This patch adds the group-coordinator label for pull requests. Reviewers: Andrew Schofield <aschofield@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
f6a78c4c2b
commit
293043de9a
|
@ -92,6 +92,12 @@ transactions:
|
|||
- any-glob-to-any-file:
|
||||
- 'transaction-coordinator/**'
|
||||
|
||||
group-coordinator:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'group-coordinator/**'
|
||||
- 'coordinator-common/**'
|
||||
|
||||
kip-932:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
|
|
Loading…
Reference in New Issue