fix: change event assignees to relevant people
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Darragh Elliott 2024-08-30 16:01:39 +00:00
parent edb32165a7
commit dfc418c090

View File

@ -331,7 +331,7 @@ function create_pr($data, $calculated_information)
$url = "https://git.fsfe.org/api/v1/repos/FSFE/fsfe-website/pulls";
$apikey = getenv("GITEA_API_KEY");
$jsondata = [
"assignees" => ["delliott"],
"assignees" => ["tobiasd", "anaghz"],
"base" => "master",
"body" => "This pr has been automatically generated by registerevent.php to merge {$calculated_information["branchname"]}.",
"head" => $calculated_information["branchname"],