-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaction.yml
More file actions
18 lines (18 loc) · 820 Bytes
/
action.yml
File metadata and controls
18 lines (18 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: 'GIPHY Generator'
description: 'Adds a GIF powered by GIPHY to Issues and PRs when the phrase `/giphy <search_term>` is found'
author: 'IAmHughes'
inputs:
rating:
description: 'The content rating used to filter results from the GIF search. Default: `g`'
required: false
default: 'g' # Other options documented in the GIPHY API docs: https://developers.giphy.com/docs/optional-settings#rating
lang:
description: 'The default language that the search query is in. Default: `en` for English'
required: false
default: 'en' # Other options documented in the GIPHY API docs: https://developers.giphy.com/docs/optional-settings#language-support
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'gift' # Icon picked from Feather icons: https://feathericons.com/
color: 'red'