Skip to content

Commit

Permalink
Merge pull request #51 from tomasmota/team-mapping
Browse files Browse the repository at this point in the history
add github_emu_group_mapping resource
  • Loading branch information
AtzeDeVries authored Feb 29, 2024
2 parents 4b0dd70 + c87bcf0 commit be74db8
Show file tree
Hide file tree
Showing 16 changed files with 1,195 additions and 2 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` | |
| `EmuTeamMapping` | `team` | `github_emu_group_mapping` | |
| `ActionsSecrets` | `actions` | `github_actions_secret` | |
| `Organization` | `enterprise` | `github_enterprise_organization` | Works only with PAT based authentication using a token with at least `admin:enterprise` scope.<br/>The following *GraphQL* query can be used to obtain the required `enterprise_id`:<br/> `gh api graphql -f query='query ($slug: String!) { enterprise(slug: $slug) { id } }' -F slug='<slug>' --jq '.data.enterprise.id'` |

Expand Down
133 changes: 133 additions & 0 deletions apis/team/v1alpha1/zz_emugroupmapping_terraformed.go

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

136 changes: 136 additions & 0 deletions apis/team/v1alpha1/zz_emugroupmapping_types.go

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

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.

Loading

0 comments on commit be74db8

Please sign in to comment.