Skip to content

Commit

Permalink
Update repo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 19, 2023
1 parent 0878409 commit 2130b10
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/repodynamics/meta/_data/schema/dev/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ properties:
default: "${{ url.website.base }}"
topics:
description: List of topics for the repository
type: array
default: "${{ keyword_slugs }}"
uniqueItems: true
items:
type: string
maxLength: 50
pattern: ^[a-z0-9][a-z0-9\-]*$
oneOf:
- type: string
- type: array
uniqueItems: true
items:
type: string
maxLength: 50
pattern: ^[a-z0-9][a-z0-9\-]*$
security_and_analysis:
description: Security and analysis settings for the repository
type: object
Expand Down

0 comments on commit 2130b10

Please sign in to comment.