mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 05:54:42 -04:00
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:
parent
1452e64675
commit
2d797874c7
2 changed files with 9 additions and 0 deletions
1
.github/actions/pick_assignee/action.yml
vendored
1
.github/actions/pick_assignee/action.yml
vendored
|
@ -19,6 +19,7 @@ runs:
|
||||||
"3u13r"
|
"3u13r"
|
||||||
"daniel-weisse"
|
"daniel-weisse"
|
||||||
"derpsteb"
|
"derpsteb"
|
||||||
|
"msanft"
|
||||||
)
|
)
|
||||||
assignee=${possibleAssignees[$RANDOM % ${#possibleAssignees[@]}]}
|
assignee=${possibleAssignees[$RANDOM % ${#possibleAssignees[@]}]}
|
||||||
echo "assignee=$assignee" | tee -a "$GITHUB_OUTPUT"
|
echo "assignee=$assignee" | tee -a "$GITHUB_OUTPUT"
|
||||||
|
|
8
.github/teams_payload_template.json
vendored
8
.github/teams_payload_template.json
vendored
|
@ -19,6 +19,14 @@
|
||||||
"name": "Adrian Stobbe"
|
"name": "Adrian Stobbe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "mention",
|
||||||
|
"text": "<at>msanft</at>",
|
||||||
|
"mentioned": {
|
||||||
|
"id": "1359ea62-4415-423e-b808-9d9acb96def0",
|
||||||
|
"name": "Moritz Sanft"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "mention",
|
"type": "mention",
|
||||||
"text": "<at>3u13r</at>",
|
"text": "<at>3u13r</at>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue