Skip to content

Commit 5847cd7

Browse files
Create action.yml
1 parent a048a36 commit 5847cd7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/welcome/action.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 'Drive-for-Java Welcome Action'
2+
description: 'Welcome message on new Issues and Pull Requests'
3+
inputs:
4+
github-token:
5+
description: 'GitHub token for repo'
6+
required: true
7+
issue-message:
8+
description: 'Message to reply to new issue as a comment'
9+
required: true
10+
default: 'Thank you for creating an Issue and contributing to our Community project :tada:. Someone from the community will get back to you soon, usually within 24 hours'
11+
pr-message:
12+
description: 'Message to reply to new pull request as a comment'
13+
required: true
14+
default: 'Thank you for creating a Pull Request and contributing to our Community project :tada:. Someone from the community will get back to you soon, usually within 24 hours'
15+
footer:
16+
description: 'Append issue and pull request message with this message'
17+
default: ''
18+
runs:
19+
using: 'node12'
20+
main: 'index.js'

0 commit comments

Comments
 (0)