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
if ($lengthLimit > 0 && length($proposedText) > $lengthLimit) {
95
93
# TODO https://github.com/docker/hub-beta-feedback/issues/238
96
94
my$fullUrl = "$githubBase/$proposedFile";
97
95
my$shortTags = "-\tSee [\"Supported tags and respective \`Dockerfile\` links\" at $fullUrl]($fullUrl#supported-tags-and-respective-dockerfile-links)\n\n";
@@ -100,16 +98,12 @@ sub prompt_for_edit {
100
98
my$startingNote = $genericNote . "\n\n";
101
99
my$endingNote = "\n\n...\n\n" . $genericNote;
102
100
103
-
$tagsNote = $shortTagsif$alwaysShortTags;
104
-
105
101
my$trimmedText = $proposedText;
106
102
107
103
# if our text is too long for the Hub length limit, let's first try removing the "Supported tags" list and add $tagsNote and see if that's enough to let us put the full image documentation
0 commit comments