scripts/merge-pr.py: Manually map Github username to email address

You can get pretty much any old email address out of Github API, so
let's just map the emails manually.
This commit is contained in:
Pekka Enberg
2024-09-11 10:24:35 +03:00
parent c738674c5d
commit bd94303377
2 changed files with 22 additions and 11 deletions

6
.github.json Normal file
View File

@@ -0,0 +1,6 @@
{
"penberg": {
"name": "Pekka Enberg",
"email": "penberg@ki.fi"
}
}