From f7573d02bc4ef9237e47a307824fbe5c2b5e34b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Nov 2023 08:52:46 +0100 Subject: [PATCH] make sure update-flake has a github project field set --- buildbot_nix/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index a7aad52..cbca7cb 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -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(