You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by xi...@apache.org on 2023/02/27 08:43:10 UTC

[incubator-uniffle] branch master updated: [MINOR] docs: fix flaky-test-report.yml (#664)

This is an automated email from the ASF dual-hosted git repository.

xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dadda10 [MINOR] docs: fix flaky-test-report.yml (#664)
2dadda10 is described below

commit 2dadda104d3ddad97fd3a8929e416ee94d56d744
Author: xianjingfeng <xi...@gmail.com>
AuthorDate: Mon Feb 27 16:43:04 2023 +0800

    [MINOR] docs: fix flaky-test-report.yml (#664)
    
    ### What changes were proposed in this pull request?
    Remove field Parent issue.
    
    ### Why are the changes needed?
    We can't use this template now for the value of this field is empty.
    
    ### Does this PR introduce any user-facing change?
    No.
    
    ### How was this patch tested?
    No need.
---
 .github/ISSUE_TEMPLATE/flaky-test-report.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/flaky-test-report.yml b/.github/ISSUE_TEMPLATE/flaky-test-report.yml
index b51500fb..44f2656c 100644
--- a/.github/ISSUE_TEMPLATE/flaky-test-report.yml
+++ b/.github/ISSUE_TEMPLATE/flaky-test-report.yml
@@ -63,13 +63,6 @@ body:
     validations:
       required: true
 
-  - type: textarea
-    attributes:
-      label: Parent issue
-      value: ""
-    validations:
-      required: false
-
   - type: checkboxes
     attributes:
       label: Are you willing to submit PR?