make sure all cookbook recipes have a title and version, but no id (#4395)
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
id: analyze-pr
|
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
title: Analyse PR
|
title: Analyse PR
|
||||||
author:
|
author:
|
||||||
@@ -54,4 +53,4 @@ prompt: |
|
|||||||
be worth an extra look and give them an idea of maybe why these changes were needed
|
be worth an extra look and give them an idea of maybe why these changes were needed
|
||||||
5. Clean up after yourself. If you cloned a repository or checked out a commit, make sure
|
5. Clean up after yourself. If you cloned a repository or checked out a commit, make sure
|
||||||
you return the state to what it was before. So if in step 3 you changed branch, change
|
you return the state to what it was before. So if in step 3 you changed branch, change
|
||||||
it back. If you had git stashed something, stash pop it again.
|
it back. If you had git stashed something, stash pop it again.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
id: clean-up-feature-flag
|
version: 1.0.0
|
||||||
title: Clean Up Feature Flag
|
title: Clean Up Feature Flag
|
||||||
description: Automatically clean up all references of a fully rolled out feature flag from a codebase and make the new behavior the default.
|
description: Automatically clean up all references of a fully rolled out feature flag from a codebase and make the new behavior the default.
|
||||||
instructions: >
|
instructions: >
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ parameters:
|
|||||||
requirement: user_prompt
|
requirement: user_prompt
|
||||||
description: the sidebar file to add the new doc page
|
description: the sidebar file to add the new doc page
|
||||||
author:
|
author:
|
||||||
contact: lifeizhou-ap
|
contact: lifeizhou-ap
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
id: pr-generator
|
version: 1.0.0
|
||||||
title: PR Generator
|
title: PR Generator
|
||||||
description: Automatically generate pull request descriptions based on changes in a local git repo.
|
description: Automatically generate pull request descriptions based on changes in a local git repo.
|
||||||
instructions: >
|
instructions: >
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
id: sunno-song-format-generator
|
|
||||||
title: Sunno Song Format Generator
|
title: Sunno Song Format Generator
|
||||||
description: Generates a prompt for Sunno v4.5+
|
description: Generates a prompt for Sunno v4.5+
|
||||||
instructions: |
|
instructions: |
|
||||||
@@ -106,4 +105,4 @@ instructions: |
|
|||||||
With all of this information, the user will now prompt you for a song creation!
|
With all of this information, the user will now prompt you for a song creation!
|
||||||
author:
|
author:
|
||||||
contact: simonsickle
|
contact: simonsickle
|
||||||
prompt: I will like my song to be about
|
prompt: I will like my song to be about
|
||||||
|
|||||||
Reference in New Issue
Block a user