make sure update-flake has a github project field set

This commit is contained in:
Jörg Thalheim 2023-11-09 08:52:46 +01:00
parent 30b8d7b090
commit f7573d02bc

View file

@ -644,6 +644,13 @@ def config_for_project(
name=f"{project.id}-update-flake",
builderNames=[f"{project.name}/update-flake"],
buttonName="Update flakes",
properties=[
util.StringParameter(
name="project",
label="Name of the GitHub repository.",
default=project.name,
)
],
),
# updates flakes once a week
# schedulers.Periodic(