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.
2 parents 579dd78 + 8e47184 commit c07d252Copy full SHA for c07d252
docs/source/customizing.rst
@@ -125,3 +125,13 @@ repository and the ml-training repository from launching.
125
banned_specs:
126
- ^ines/spacy-binder.*
127
- ^aschen/ml-training.*
128
+
129
+You can also use a negative lookahead. For example, the following configuration will
130
+prevent all notebooks except those in repositories in the myorg organization from launching.
131
132
+.. code-block:: yaml
133
134
+ config:
135
+ GitHubRepoProvider:
136
+ banned_specs:
137
+ - ^(?!myorg\/.*).*$
0 commit comments