This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new bdb3d6922f9 [fix][ci] Fix labels for flaky test GitHub issue template
(#22434)
bdb3d6922f9 is described below
commit bdb3d6922f990f85552f22029c222f632350c771
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 4 08:19:56 2024 -0700
[fix][ci] Fix labels for flaky test GitHub issue template (#22434)
---
.github/ISSUE_TEMPLATE/flaky-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/flaky-test.yml
b/.github/ISSUE_TEMPLATE/flaky-test.yml
index 44ff6419782..e7b57e1aeda 100644
--- a/.github/ISSUE_TEMPLATE/flaky-test.yml
+++ b/.github/ISSUE_TEMPLATE/flaky-test.yml
@@ -18,7 +18,7 @@
name: Flaky test
title: "Flaky-test: test_class.test_method"
description: Report a flaky test failure
-labels: [ "component/test", "flaky-tests" ]
+labels: [ "area/test", "type/flaky-tests" ]
body:
- type: markdown
attributes: