Skip to content

Commit

Permalink
ci: add msanft to list of possible e2e assignees (#2410)
Browse files Browse the repository at this point in the history
* add msanft to list of possible e2e assignees

Signed-off-by: Moritz Sanft <[email protected]>

* add msanft to teams card

---------

Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft authored Oct 5, 2023
1 parent 1452e64 commit 2d79787
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pick_assignee/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
"3u13r"
"daniel-weisse"
"derpsteb"
"msanft"
)
assignee=${possibleAssignees[$RANDOM % ${#possibleAssignees[@]}]}
echo "assignee=$assignee" | tee -a "$GITHUB_OUTPUT"
8 changes: 8 additions & 0 deletions .github/teams_payload_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit 2d79787

Please sign in to comment.