minor
This commit is contained in:
parent
c83ea54e00
commit
0d0ea734f6
4
.github/PULL_REQUEST_TEMPLATE
vendored
4
.github/PULL_REQUEST_TEMPLATE
vendored
@ -1,11 +1,11 @@
|
||||
<!--
|
||||
Thanks for sending a pull request! Here are some tips for you:
|
||||
1. If this is your first time, please read our contributor guidelines: https://github.com/yaooqinn/kyuubi#contributing
|
||||
1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
|
||||
-->
|
||||
|
||||
### Please add issue ID here?
|
||||
<!-- replace ${issue ID} with the actual issue id -->
|
||||
Fixes ${issue ID}
|
||||
Fixes #${issue ID}
|
||||
|
||||
### Why are the changes needed?
|
||||
<!--
|
||||
|
||||
4
.github/pr-badge.yml
vendored
4
.github/pr-badge.yml
vendored
@ -10,12 +10,12 @@
|
||||
- label: "Missing"
|
||||
message: "Target Issue"
|
||||
color: "#ff0000"
|
||||
when: "$payload.pull_request.body.includes('fixes # ') === false"
|
||||
when: "$payload.pull_request.body.includes('fixes #') === false"
|
||||
|
||||
- label: "Missing"
|
||||
message: "Test Plan"
|
||||
color: "#ff0000"
|
||||
when: "$payload.pull_request.body.includes('## Test Plan ') === false"
|
||||
when: "$payload.pull_request.body.includes('## Test Plan') === false"
|
||||
|
||||
- label: "Label"
|
||||
message: "Feature"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user