Merge branch 'version-13-hotfix' into backport/version-13-hotfix/27358
This commit is contained in:
2
.github/helper/documentation.py
vendored
2
.github/helper/documentation.py
vendored
@@ -24,6 +24,8 @@ def docs_link_exists(body):
|
||||
parts = parsed_url.path.split('/')
|
||||
if len(parts) == 5 and parts[1] == "frappe" and parts[2] in docs_repos:
|
||||
return True
|
||||
elif parsed_url.netloc == "docs.erpnext.com":
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user