We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aa90a commit 1dda7aeCopy full SHA for 1dda7ae
1 file changed
scripts/github_to_yaml.py
@@ -98,7 +98,7 @@ def export_teams(org, headers, old_desired, org_members, pending_invites):
98
99
100
def render_yaml(teams_map, invite_sent):
101
- doc = {"teams": teams_map, "invite_sent": invite_sent}
+ doc = {"teams": teams_map, "invite_sent": sorted(list(invite_sent))}
102
new_text = yaml.safe_dump(doc, sort_keys=True, default_flow_style=False)
103
if MARKER in new_text:
104
# Inject a warning comment without changing the YAML structure.
0 commit comments