Skip to content

Commit e46ff14

Browse files
authored
Exclude all create new issues for Volto and Documentation (#1756)
1 parent b919f15 commit e46ff14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
r"^/_images/",
8888
# Ignore pages that require authentication
8989
r"https://github.com/orgs/plone/teams/", # requires auth
90-
r"https://github.com/plone/documentation/issues/new/choose", # requires auth
91-
r"https://github.com/plone/volto/issues/new/choose", # requires auth
90+
r"https://github.com/plone/documentation/issues/new", # requires auth
91+
r"https://github.com/plone/volto/issues/new", # requires auth
9292
r"https://opensource.org/", # requires auth
9393
# Ignore github.com pages with anchors
9494
r"https://github.com/.*#.*",

0 commit comments

Comments
 (0)