From 2d797874c7aee823a4fe105950c5cc7a37151be3 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:54:45 +0200 Subject: [PATCH] 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> --- .github/actions/pick_assignee/action.yml | 1 + .github/teams_payload_template.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/actions/pick_assignee/action.yml b/.github/actions/pick_assignee/action.yml index 5f45ba036..ab8eeacee 100644 --- a/.github/actions/pick_assignee/action.yml +++ b/.github/actions/pick_assignee/action.yml @@ -19,6 +19,7 @@ runs: "3u13r" "daniel-weisse" "derpsteb" + "msanft" ) assignee=${possibleAssignees[$RANDOM % ${#possibleAssignees[@]}]} echo "assignee=$assignee" | tee -a "$GITHUB_OUTPUT" diff --git a/.github/teams_payload_template.json b/.github/teams_payload_template.json index 5f9c36b24..02fab5b10 100644 --- a/.github/teams_payload_template.json +++ b/.github/teams_payload_template.json @@ -19,6 +19,14 @@ "name": "Adrian Stobbe" } }, + { + "type": "mention", + "text": "msanft", + "mentioned": { + "id": "1359ea62-4415-423e-b808-9d9acb96def0", + "name": "Moritz Sanft" + } + }, { "type": "mention", "text": "3u13r",