We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f4de commit 30ac6baCopy full SHA for 30ac6ba
readthedocs/projects/constants.py
@@ -335,6 +335,5 @@
335
)
336
337
DEFAULT_GIT_PATTERN = 'refs/heads/*:refs/remotes/origin/*'
338
+# https://help.github.com/en/articles/checking-out-pull-requests-locally#modifying-an-inactive-pull-request-locally
339
GITHUB_GIT_PATTERN = 'refs/pull/*/head:refs/remotes/origin/external/*'
-GITLAB_GIT_PATTERN = 'refs/merge-requests/*/head:refs/remotes/origin/external/*'
340
-BITBUCKET_GIT_PATTERN = 'refs/pull/*/head:refs/remotes/origin/external/*'
0 commit comments