forked from jupyter/accessibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.toml
18 lines (17 loc) · 807 Bytes
/
repos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) Jupyter Accessibility Team.
# Distributed under the terms of the Modified BSD License.
# these are some repos we want to check out and test against.
# these aren't submodules, so that they can be easily updated from the web UI
# a full URL is used as the identifier
[repos."https://github.com/jupyterlab/jupyterlab"]
# the refs are applied in the order given, and need to merge "cleanly"
refs = [
# the upstream ref, as a branch or tag.
{ ref = "3.0.x" },
# Once created, PRs can found with `git ls-remote`.
# Providing (part of) the full commit helps give a reproducible experience
{ ref = "pull/9622/head", commit = "408f30f" },
]
# any number of repos can be added
[repos."https://github.com/jupyterlab/lumino"]
refs = [{ ref = "pull/149/head", commit = "09aec10" }]