From ee80d1b963a4e4ac5772f0b565184cecd84815ed Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 30 Jan 2023 14:35:56 +0100 Subject: [PATCH] Include Janne in WAT assignment automation --- .github/workflows/triage-assigned.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage-assigned.yml b/.github/workflows/triage-assigned.yml index d0d25a29a9..d2802c2eb9 100644 --- a/.github/workflows/triage-assigned.yml +++ b/.github/workflows/triage-assigned.yml @@ -9,7 +9,8 @@ jobs: runs-on: ubuntu-latest if: | contains(github.event.issue.assignees.*.login, 't3chguy') || - contains(github.event.issue.assignees.*.login, 'andybalaam') + contains(github.event.issue.assignees.*.login, 'andybalaam') || + contains(github.event.issue.assignees.*.login, 'justjanne') steps: - uses: octokit/graphql-action@v2.x id: add_to_project