.*: replace grpc.Dial
with grpc.NewClient
in test files
#7609
Mergeable / Mergeable
failed
Sep 17, 2024 in 53s
1/3 Fail(s): MILESTONE
Status: FAIL
Here are some stats of the run:
3 validations were ran.
2 PASSED
1 FAILED
Details
✔️ Validator: LABEL
- ✔️ label must include '^Type:'
Input : Type: Documentation,Area: Documentation
Settings :{"must_include":{"regex":"^Type:"}}
✔️ Validator: DESCRIPTION
- ✔️ description must include '^RELEASE NOTES:\s([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\n(*|-)\s.+)$'**
Input : Partially address: #7049
Update tests where only direct replacement is enough to replace grpc.Dial
with grpc.NewClient
in test files
RELEASE NOTES: None
Settings : ```{"must_include":{"regex":"^RELEASE NOTES:\\s*([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\\n(\\*|-)\\s*.+)$","regex_flag":"m"}}```
❌ Validator: MILESTONE
- ❌ milestone does not include "Release$"
Input :
Settings :{"must_include":{"regex":"Release$"}}
Loading