Skip to content

Commit

Permalink
Fix readme frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Nov 23, 2024
1 parent 5e4c33a commit 99fa2d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions prompts/check-user-facing-pr/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
functions:
tools:
- name: one-review-pr
type: prompt
description: Review a PR for user-facing changes.
parameters:
type: object
properties:
Expand All @@ -10,12 +11,13 @@ functions:
description: the branch to check
ref: "github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/1-check-user-facing-pr.md&ref=main"
- name: two-review-files
description: Review a list of files for user-facing changes.
type: prompt
parameters:
type: object
properties:
files:
type: array
branch:
type: string
description: the files to check
ref: "github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/2-check-user-facing-file.md&ref=main"
---
Expand Down

0 comments on commit 99fa2d8

Please sign in to comment.