Skip to content

Commit

Permalink
adding options for github org
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-claire committed Mar 5, 2024
1 parent 1145d87 commit b541c6b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions github/create-team/team-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
title: Team Name
type: string
description: Name of the GitHub team
<<<<<<< Updated upstream
# parentTeamId:
# title: Parent Team ID
# type: number
Expand All @@ -29,6 +30,25 @@ spec:
# title: Manager Git Handle
# type: string
# description: Manager who would approve the request
=======
parentTeamId:
title: Parent Team ID
type: number
description: (Optional) ID of the parent GitHub team for nested teams
manager:
title: Manager Github Name
type: object
description: Manager who would approve the request
ui:field: EntityPicker
ui:options:
catalogFilter:
kind: User
# ui:field: EntityPicker
# ui:options:
# catalogFilter:
# kind: Group
# 'spec.type': team
>>>>>>> Stashed changes
steps:
- id: fetch-base
name: Fetch Skeleton + Template
Expand Down

0 comments on commit b541c6b

Please sign in to comment.