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
print(f"::error file={file_path}::Field 'issues' value {data['issues']} points to a non-existing github PR. Did you intend to reference a JIRA issue, please use 'links'.")
121
124
returnFalse
122
125
126
+
# Validate that comments are removed
127
+
fornot_allowedinnot_allowed_text:
128
+
ifnot_allowedinraw_content:
129
+
print(f"::error file={file_path}::File still contains commented template text. Please remove the comment block at the top of the file.")
0 commit comments