fix: invalid yaml syntax for owner field#2237
Conversation
The `owner` field in the governance-for-observability best practices page had a double colon (`::`) in the YAML example, making it invalid YAML syntax. Removed the extra colon to correct the example.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks @yahyazuberi! Merging 🚀 |
The
ownerfield in the governance-for-observability best practices page had a double colon (::) in the YAML example, making it invalid YAML syntax. Removed the extra colon to correct the example.