Create guardrail for HRMS charm

Hello,

Can I have the guardrail of HRMS charm created to be: ^\d+/(edge|stable|candidate)$.

I hope this is the right guardrail for channels like 16/stable, 17/edge etc.

Thanks!

The guardrail refers to just the track portion of the channel, not the risk. That is, just the 16 portion of 16/stable (where stable is referred to as the risk).

Anyway, guardrail created as \d+

1 Like