Skip to content

Commit defa223

Browse files
authored
Create list-an-action.yml
1 parent aca39ee commit defa223

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: List Action
2+
description: Add an action to PyAction marketplace
3+
title: "Add X to the marketplace"
4+
labels: ["marketplace"]
5+
assignees: lnxpy
6+
body:
7+
- type: input
8+
id: name
9+
attributes:
10+
label: Action name
11+
placeholder: Action name/title
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: url
17+
attributes:
18+
label: Action repository
19+
placeholder: https://github.com/...
20+
validations:
21+
required: true
22+
23+
- type: markdown
24+
attributes:
25+
label: Description
26+
placeholder: Describe the action and tell what it does..
27+
validations:
28+
required: true

0 commit comments

Comments
 (0)