Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add. name and description to manifest files #5

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: "1"
name: "Notify On Prod Assist"
description: "Snap-In to post a comment on a ticket when its stage changes to 'Awaiting Product Assist'"

service_account:
display_name: "DevRev Bot"
Expand Down
17 changes: 9 additions & 8 deletions 3-giphy-template/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: "1"
name: "Giphy Snapin"
description: "Snap-In to search and post gif on DevRev Timeline"

service_account:
display_name: Giphy Bot
Expand All @@ -19,12 +21,12 @@ globals:
default_value:

functions:
- name: search_giphy
description: Search a gif with given tag on giphy.com
- name: render_giphy
description: Render a given gif
- name: publish_giphy_on_work_closed
description: Published giphy
- name: search_giphy
description: Search a gif with given tag on giphy.com
- name: render_giphy
description: Render a given gif
- name: publish_giphy_on_work_closed
description: Published giphy

commands:
- name: giphy
Expand All @@ -47,10 +49,9 @@ snap_kit_actions:
description: Snap kit action for showing gif created using `giphy` command
function: render_giphy


automations:
- name: Add giphy when issue closed
source: devrev-webhook
event_types:
- work_updated
function: publish_giphy_on_work_closed
function: publish_giphy_on_work_closed
File renamed without changes.