From 4bb19d09edc925ca61f53de312fed860ab110363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20M?= Date: Tue, 28 May 2024 16:19:18 +0100 Subject: [PATCH] chore(github): add new team members to auto-assign issue action (#29558) - Add UI Component team members to the Ionic Framework team: - joselrio, - rugoncalves, - BenOsodrac, - JoaoFerreira-FrontEnd, - OS-giulianasilva --- .github/workflows/assign-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-issues.yml b/.github/workflows/assign-issues.yml index 41ae0aaf32..980bfdd479 100644 --- a/.github/workflows/assign-issues.yml +++ b/.github/workflows/assign-issues.yml @@ -13,6 +13,6 @@ jobs: - name: 'Auto-assign issue' uses: pozil/auto-assign-issue@c5bca5027e680b9e8411b826d16947afd8c76b32 # v2.0.0 with: - assignees: brandyscarney, thetaPC + assignees: brandyscarney, thetaPC, joselrio, rugoncalves, BenOsodrac, JoaoFerreira-FrontEnd, OS-giulianasilva numOfAssignee: 1 allowSelfAssign: false