Skip to content

Commit

Permalink
Also re-enable toolkit type repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Dec 18, 2023
1 parent cb0568c commit 1a1f5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/re-enable-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1a1f5e2

Please sign in to comment.