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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b5db3009 [KYUUBI #4638] Update dependency.yml as label in not 
permitted in markdown block
2b5db3009 is described below

commit 2b5db300971d14912e9caa19b760c14bf033d003
Author: Kent Yao <[email protected]>
AuthorDate: Thu Mar 30 19:45:56 2023 +0800

    [KYUUBI #4638] Update dependency.yml as label in not permitted in markdown 
block
    
    ### _Why are the changes needed?_
    
    bugfix for issue template
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4638 from yaooqinn/yaooqinn-patch-1.
    
    Closes #4638
    
    a4f5f569b [Kent Yao] Update dependency.yml as label in not permitted in 
markdown block
    
    Authored-by: Kent Yao <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/ISSUE_TEMPLATE/dependency.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/dependency.yml 
b/.github/ISSUE_TEMPLATE/dependency.yml
index 8189f9930..e71c7d1c6 100644
--- a/.github/ISSUE_TEMPLATE/dependency.yml
+++ b/.github/ISSUE_TEMPLATE/dependency.yml
@@ -104,7 +104,6 @@ body:
 
   - type: markdown
     attributes:
-      label: Tips For PR Contributors
       value: >
         After changing the corresponding dependency version and before 
submitting your pull request,
         it is necessary to execute `build/dependency.sh --replace` locally to 
update `dev/dependencyList`.

Reply via email to