From fd80da3b6ff0669f400656ad46aeba3086f59c60 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:31:24 +0000 Subject: [PATCH] Fix invalid yaml. (#655) --- .github/workflows/triage_incoming.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/triage_incoming.yml b/.github/workflows/triage_incoming.yml index b374f659d..495e2c8ff 100644 --- a/.github/workflows/triage_incoming.yml +++ b/.github/workflows/triage_incoming.yml @@ -57,6 +57,6 @@ jobs: - name: 'Auto-assign issue' uses: pozil/auto-assign-issue@v1 with: - assignees: VolkerJunginger - numOfAssignee: 1 - allowSelfAssign: true + assignees: VolkerJunginger + numOfAssignee: 1 + allowSelfAssign: true