You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This service/Action requires that a configuration file be present in the `.github` repository of your GitHub Organization. An example of this is show below:
10
+
11
+
Filename: `team-sync-options.yaml`
12
+
```yaml
13
+
# This property is used to control the addition of general Members to your Organization.
# This property is used for syncing all other GitHub Teams. Please note that users must also be a part of the `OrganizationMembersGroup` for the synchronization of the teams below to function properly.
16
+
GitHubTeamNames:
17
+
- Some_Team_To_Sync
18
+
- Some_Other_Team_To_Sync
19
+
```
20
+
21
+
## Necessary configuration of the tool/service
10
22
11
23
As of this writing, this sync tool can be ran as a standalone app, or as a GitHub Action.
0 commit comments