Skip to content

Commit 5ebe996

Browse files
committed
Update to automation-proddev team members only (11 members)
1 parent ddc2de2 commit 5ebe996

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-tracking-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
mkdir -p pr-tracking
2626
2727
# Get team members (maintainers)
28-
# GITHUB_TOKEN doesn't have permission to read org members
28+
# GITHUB_TOKEN doesn't have permission to read team members
2929
# Using hardcoded list of automation-proddev team members
30-
team_members="bhamdoun carlosrfranco ddarby-hike fdevans gbhutani-pd grappaport-pd gschueler ibozas jayas006 Jesus-Osuna-M jplassnibatt jsboak jtobard ltamaster Lucasrvdev lynchypin megg-pd mrdubr pd-githubowner pd-snyk-integration ronaveva smartinellibenedetti"
30+
# Update this list when team membership changes
31+
team_members="gschueler jtobard ltamaster carlosrfranco fdevans jsboak ronaveva jayas006 Jesus-Osuna-M smartinellibenedetti gbhutani-pd"
3132
3233
echo "Team members count: $(echo $team_members | wc -w)"
3334

0 commit comments

Comments
 (0)