megaease / easeprobe

A simple, standalone, and lightweight tool that can do health/status checking, written in Go.
Apache License 2.0
2.18k stars 231 forks source link

bugfix:strategy type error #388

Closed uliian closed 1 year ago

uliian commented 1 year ago

The type definition of the "strategy" field in the schema.json is incorrect. It should be defined as a string type, but it is currently defined as an integer.

samanhappy commented 1 year ago

Hi uliian,

Thanks for submitting this pull request. Just a heads up - the schema.json file is auto-generated by a GitHub action, so we don't modify it directly.

I went ahead and submitted PR #388 that updates the schemajson of the strategy field. Would you mind taking a look when you have a chance? Let me know if you have any other questions!

localvar commented 1 year ago

this file is auto generated and should not be modified directly, the issue is fixed via #389 .