Skip to content

Commit c76592d

Browse files
author
Thomas Loubrieu
committed
add podaac.cicd to the list of tvaMembers.
1 parent a5a0049 commit c76592d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/triage-report-to-slack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
const tvaMembers = new Set(
158158
tvaTeamResult.organization.team.members.nodes.map(m => m.login)
159159
);
160+
tvaMembers.add("podaac-cicd");
160161
161162
console.log(`TVA team members (${tvaMembers.size}): ${[...tvaMembers].join(', ')}`);
162163

0 commit comments

Comments
 (0)