ci: add msanft to list of possible e2e assignees (#2410)

* add msanft to list of possible e2e assignees

Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>

* add msanft to teams card

---------

Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
Moritz Sanft 2023-10-05 13:54:45 +02:00 committed by GitHub
parent 1452e64675
commit 2d797874c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,7 @@ runs:
"3u13r"
"daniel-weisse"
"derpsteb"
"msanft"
)
assignee=${possibleAssignees[$RANDOM % ${#possibleAssignees[@]}]}
echo "assignee=$assignee" | tee -a "$GITHUB_OUTPUT"

View File

@ -19,6 +19,14 @@
"name": "Adrian Stobbe"
}
},
{
"type": "mention",
"text": "<at>msanft</at>",
"mentioned": {
"id": "1359ea62-4415-423e-b808-9d9acb96def0",
"name": "Moritz Sanft"
}
},
{
"type": "mention",
"text": "<at>3u13r</at>",