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
fix: Pipelinerun name format in incoming webhook docs
The previous documentation provided an invalid PipelineRun name format.
Hence, this patch corrects the name format to ensure compliance with RFC 1123,
which requires lowercase alphanumeric characters, hyphens, or dots, and
mandates the name to start and end with an alphanumeric character.
Signed-off-by: PuneetPunamiya <[email protected]>
0 commit comments