make sure update-flake has a github project field set
This commit is contained in:
parent
30b8d7b090
commit
f7573d02bc
|
@ -644,6 +644,13 @@ def config_for_project(
|
||||||
name=f"{project.id}-update-flake",
|
name=f"{project.id}-update-flake",
|
||||||
builderNames=[f"{project.name}/update-flake"],
|
builderNames=[f"{project.name}/update-flake"],
|
||||||
buttonName="Update flakes",
|
buttonName="Update flakes",
|
||||||
|
properties=[
|
||||||
|
util.StringParameter(
|
||||||
|
name="project",
|
||||||
|
label="Name of the GitHub repository.",
|
||||||
|
default=project.name,
|
||||||
|
)
|
||||||
|
],
|
||||||
),
|
),
|
||||||
# updates flakes once a week
|
# updates flakes once a week
|
||||||
# schedulers.Periodic(
|
# schedulers.Periodic(
|
||||||
|
|
Loading…
Reference in a new issue