From b6e35441b3a4674802978f1be4b4737854312283 Mon Sep 17 00:00:00 2001 From: TaiJuWu Date: Sat, 21 Sep 2024 06:22:48 +0000 Subject: [PATCH 1/2] mirror label --- .github/workflows/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2fee16426c04..67f882f5600a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -29,3 +29,8 @@ jobs: - uses: actions/labeler@v5 with: configuration-path: .github/configs/labeler.yml + - uses: codelytv/pr-size-labeler@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + xs_label: 'mirror' + xs_max_size: '10' From a2d2512c570a6e73a3e3b143bc345a69f64bc733 Mon Sep 17 00:00:00 2001 From: TaiJuWu Date: Sat, 21 Sep 2024 06:24:49 +0000 Subject: [PATCH 2/2] asd --- raft/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft/README.md b/raft/README.md index 9f9d4f42dbd0..c958f76d568e 100644 --- a/raft/README.md +++ b/raft/README.md @@ -5,7 +5,7 @@ tailored for Apache Kafka. This is used by Apache Kafka in the KRaft (Kafka Raft Metadata) mode. We also have a standalone test server which can be used for performance testing. We describe the details to set this up below. - +qwe ### Run Single Quorum ### bin/test-kraft-server-start.sh --config config/kraft.properties