From 1a1f5e2771ee0f047c9e32cdea09653cd7337b91 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 18 Dec 2023 15:11:12 +0100 Subject: [PATCH] Also re-enable toolkit type repos. --- config/re-enable-actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/re-enable-actions.py b/config/re-enable-actions.py index f43e192..be09079 100644 --- a/config/re-enable-actions.py +++ b/config/re-enable-actions.py @@ -9,7 +9,7 @@ org = 'zopefoundation' base_url = f'https://github.com/{org}' base_path = pathlib.Path(__file__).parent -types = ['buildout-recipe', 'c-code', 'pure-python', 'zope-product'] +types = ['buildout-recipe', 'c-code', 'pure-python', 'zope-product', 'toolkit'] parser = argparse.ArgumentParser(