We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d151e commit 5fa361bCopy full SHA for 5fa361b
apps/webapp/app/components/runs/v3/RunTag.tsx
@@ -32,8 +32,8 @@ export function RunTag({ tag }: { tag: string }) {
32
33
/** Takes a string and turns it into a tag
34
*
35
- * Returns an object with key/value if the string starts with 1-12 alphanumeric characters
36
- * followed by a colon or underscore. Otherwise returns the original string.
+ * If the string has 12 or fewer alpha characters followed by an underscore or colon then we return an object with a key and value
+ * Otherwise we return the original string
37
38
* Special handling for common ID formats and values with special characters.
39
*/
0 commit comments