eantyshev commented on code in PR #24402:
URL: https://github.com/apache/beam/pull/24402#discussion_r1035717647


##########
playground/infrastructure/config.py:
##########
@@ -59,7 +59,7 @@ class Config:
     CI_STEP_NAME = "CI"
     CD_STEP_NAME = "CD"
     CI_CD_LITERAL = Literal["CI", "CD"]
-    LINK_PREFIX = "https://github.com/apache/beam/blob/master";
+    URL_VCS_PREFIX = "https://github.com/apache/beam/blob/master";

Review Comment:
   IMHO these concerns are less important than
   the fact that these fields are logically related and are better be 
alphabetically adjacent



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to