Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a11y prs #16

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions jupyak_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[lite]
gist = "7232671f04a5de8f1ce4b810f5ea8a3a"

[repos]
lumino.github.merge_with = [
"pull/655",
]
tonyfast marked this conversation as resolved.
Show resolved Hide resolved

jupyterlab.github.merge_strategy = "ort"
jupyterlab.github.merge_options = ["theirs"]
jupyterlab.github.merge_with = [
"pull/14575",
"pull/14597",
"pull/14766",
"pull/14854",
"pull/15222",
"pull/15347"
tonyfast marked this conversation as resolved.
Show resolved Hide resolved
]
tonyfast marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions src/jupyak/tasks/_git.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
"\n",
" yield dict(\n",
" name=f\"{name}:checkout\",\n",
" uptodate=[\n",
" doit.tools.config_changed(\n",
" {\"s\": merge_strategy, \"x\": merge_options, \"refs\": local_refs}\n",
" )\n",
" ],\n",
" actions=actions,\n",
" file_dep=file_dep,\n",
" targets=targets,\n",
Expand Down