-
Notifications
You must be signed in to change notification settings - Fork 5
/
action.yml
56 lines (44 loc) · 1.59 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: Welcome New Users
description: 💖 Welcomes new users by creating a comment in the first time issue/PR
author: bubkoo <[email protected]>
inputs:
GITHUB_TOKEN:
description: Your GitHub token for authentication.
required: false
default: ${{ github.token }}
FIRST_ISSUE:
description: Comment to be posted to on first time issues.
required: false
FIRST_ISSUE_COMMENT:
description: Comment to be posted to on first time issues.
required: false
FIRST_ISSUE_REACTIONS:
description: Reactions to be add to comment on first time issues.
required: false
FIRST_PR:
description: Comment to be posted to on PRs from first time contributors in your repository.
required: false
FIRST_PR_COMMENT:
description: Comment to be posted to on PRs from first time contributors in your repository.
required: false
FIRST_PR_REACTIONS:
description: Reactions to be add to comment on PRs from first time contributors in your repository.
required: false
FIRST_PR_MERGED:
description: Comment to be posted to on pull requests merged by a first time user.
required: false
FIRST_PR_MERGED_COMMENT:
description: Comment to be posted to on pull requests merged by a first time user.
required: false
FIRST_PR_MERGED_REACTIONS:
description: Reactions to be add to comment on pull requests merged by a first time user.
required: false
STAR_MESSAGE:
description: Message in the comment to tip non-stargazers to star our repo.
required: false
runs:
using: node20
main: dist/index.js
branding:
icon: heart
color: green