fix: change event assignees to relevant people
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
edb32165a7
commit
dfc418c090
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user