Skip to content

Commit

Permalink
Merge pull request #60 from sachinmalanki/main
Browse files Browse the repository at this point in the history
feat: Add Team Settings
  • Loading branch information
AtzeDeVries authored Mar 20, 2024
2 parents 59f556a + b47a7d1 commit ab9f63f
Show file tree
Hide file tree
Showing 16 changed files with 1,449 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ spec:
| `Team` | `team` | `github_team` | |
| `TeamMembership` | `team` | `github_team_membership` | |
| `TeamRepository` | `team` | `github_team_repository` | |
| `TeamSettings` | `team` | `github_team_settings` | |
| `EmuTeamMapping` | `team` | `github_emu_group_mapping` | |
| `ActionsSecrets` | `actions` | `github_actions_secret` | |
| `Membership` | `user` | `github_membership` | Works only with - GitHub App user access tokens - GitHub App installation access tokens - Fine-grained personal access tokens using a token with at least `members:read` |
Expand Down
3 changes: 3 additions & 0 deletions apis/team/v1alpha1/zz_generated.conversion_hubs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

300 changes: 300 additions & 0 deletions apis/team/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions apis/team/v1alpha1/zz_generated.managed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab9f63f

Please sign in to comment.