Skip to content

Commit 1257f1f

Browse files
committed
schema: sort the github ids part of a github team
1 parent 708dcab commit 1257f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ impl Team {
260260
.filter_map(|name| data.person(name).map(|p| p.github_id())),
261261
);
262262
}
263+
members.sort();
263264
let name = github.team_name.as_deref().unwrap_or(&self.name);
264265

265266
for org in &github.orgs {

0 commit comments

Comments
 (0)