You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prow/config/external_plugins_config.yaml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -931,6 +931,24 @@ ti-community-format-checker:
931
931
<sub>:open_book: For more info, you can check the ["Contribute Code"](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue) section in the development guide.</sub>
932
932
missing_label: do-not-merge/needs-linked-issue
933
933
skip_label: skip-issue-check
934
+
- pull_request: true
935
+
body: true
936
+
branches: [master]
937
+
regexp: "\\\\n\\\\bTests <!-- At least one of them must be included\\\\. -->\\\\s*[\\\\n]{1,}(- \\\\[[xX ]\\\\] .*\\\\n)*(- \\\\[[xX]\\\\] .*\\\\n)(- \\\\[[xX ]\\\\] .*\\\\n)*\\\\n"
938
+
missing_label: do-not-merge/needs-finished-tests
939
+
missing_message: |
940
+
**Notice**: To remove the `do-not-merge/needs-finished-tests` label, please finished the test for the pull request and check the finished items in description.
941
+
942
+
For example:
943
+
944
+
> Tests <!-- At least one of them must be included. -->
945
+
>
946
+
> - [x] Unit test
947
+
> - [ ] Integration test
948
+
> - [ ] Manual test (add detailed scripts or steps below)
949
+
> - [ ] No code
950
+
951
+
<sub>:open_book: For more info, you can check the ["Contribute Code"](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#writing-tests) section in the development guide.</sub>
0 commit comments