Skip to content

Commit 5edc939

Browse files
committed
Add cookie to include_repos
1 parent 9ff3d2a commit 5edc939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adabot/update_cp_org_libraries.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def get_contributors(repo):
149149

150150
print("\n".join(startup_message))
151151

152-
repos = common_funcs.list_repos(include_repos=("CircuitPython_Community_Bundle",))
152+
repos = common_funcs.list_repos(include_repos=("CircuitPython_Community_Bundle",
153+
'cookiecutter-adafruit-circuitpython',))
153154

154155
new_libs = {}
155156
updated_libs = {}

0 commit comments

Comments
 (0)