Skip to content

Commit

Permalink
fix(generic): add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Nov 20, 2024
1 parent 29ad2cc commit 1b73522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generic/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ spec:
name:
title: Name
type: string
description: This will be the name of the repository.
description:
title: Description
type: string
description: Some information to outline what this repository is.
entity_type:
title: Type
type: string
description: A 'Component' belongs to a 'System' being an API, website, script, job, etc.
default: Component
enum:
- System
Expand Down Expand Up @@ -47,6 +50,7 @@ spec:
input:
allowMergeCommit: false
allowRebaseMerge: false
description: ${{ parameters.description }}
defaultBranch: main
deleteBranchOnMerge: true
hasWiki: false
Expand Down

0 comments on commit 1b73522

Please sign in to comment.