Skip to content

Commit

Permalink
Update maintainer list in the PR env workflow (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza authored Aug 15, 2024
1 parent cbd0ee6 commit dc4c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_env_close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit dc4c736

Please sign in to comment.