This commit is contained in:
Kent Yao 2021-01-14 20:53:10 +08:00 committed by Kent Yao
parent c83ea54e00
commit 0d0ea734f6
No known key found for this signature in database
GPG Key ID: A4F0BE81C89B595B
2 changed files with 4 additions and 4 deletions

View File

@ -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?
<!--

View File

@ -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"