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 31a2e0846c7 [fix][misc] Fix invalid comment ending delimiter in flaky 
test issue template (#17594)
31a2e0846c7 is described below

commit 31a2e0846c7920dce642a69c35cbcd07ec36f3a9
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Sep 12 18:53:34 2022 +0300

    [fix][misc] Fix invalid comment ending delimiter in flaky test issue 
template (#17594)
---
 .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 e66fe21ea51..f46ff539849 100644
--- a/.github/ISSUE_TEMPLATE/flaky-test.yml
+++ b/.github/ISSUE_TEMPLATE/flaky-test.yml
@@ -47,7 +47,7 @@ body:
       description: |
         A few lines of the stack trace that shows at least the exception 
message and the line of test code where the stacktrace occurred.
       value: |
-        <!-- optionally provide the full stacktrace ->
+        <!-- optionally provide the full stacktrace -->
 
         <details>
         <summary>Full exception stacktrace</summary>

Reply via email to