From dc4c7367696ffcde7bd113bf4d3f22f3debb995f Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Thu, 15 Aug 2024 17:13:13 +0200 Subject: [PATCH] Update maintainer list in the PR env workflow (#2899) --- .github/workflows/pr_env.yaml | 2 +- .github/workflows/pr_env_close.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_env.yaml b/.github/workflows/pr_env.yaml index 44db2bf3ee..30250993db 100644 --- a/.github/workflows/pr_env.yaml +++ b/.github/workflows/pr_env.yaml @@ -8,7 +8,7 @@ on: - labeled env: - MANTAINERS: "[\"cdimonaco\", \"dottorblaster\", \"fabriziosestito\", \"rtorrero\", \"nelsonkopliku\", \"arbulu89\",\"jagabomb\",\"emaksy\",\"jamie-suse\"]" + MANTAINERS: "[\"cdimonaco\", \"dottorblaster\", \"fabriziosestito\", \"nelsonkopliku\", \"arbulu89\", \"jagabomb\", \"emaksy\", \"jamie-suse\", \"gagandeepb\", \"balanza\", \"janvhs\"]" PR_ENV_LABEL: env PR_NUMBER: "${{ github.event.pull_request.number }}" diff --git a/.github/workflows/pr_env_close.yaml b/.github/workflows/pr_env_close.yaml index 063369f928..bffd68affe 100644 --- a/.github/workflows/pr_env_close.yaml +++ b/.github/workflows/pr_env_close.yaml @@ -6,7 +6,7 @@ on: - closed env: - MANTAINERS: "[\"cdimonaco\", \"dottorblaster\", \"fabriziosestito\", \"rtorrero\", \"nelsonkopliku\", \"arbulu89\",\"jagabomb\",\"emaksy\",\"jamie-suse\"]" + MANTAINERS: "[\"cdimonaco\", \"dottorblaster\", \"fabriziosestito\", \"nelsonkopliku\", \"arbulu89\", \"jagabomb\", \"emaksy\", \"jamie-suse\", \"gagandeepb\", \"balanza\", \"janvhs\"]" PR_ENV_LABEL: env PR_NUMBER: "${{ github.event.pull_request.number }}"