You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `👋 Thanks for opening your first issue, @${ghUsername}!
21
+
22
+
We appreciate your contribution and are excited to have you here. Please make sure to follow the contribution guidelines and provide as much detail as possible.
23
+
24
+
To stay updated, ask questions, and connect with maintainers and contributors, please join our Discord community:
25
+
https://discord.gg/QueQN83wn
26
+
27
+
Looking forward to collaborating with you!`
28
+
});
29
+
}
30
+
31
+
constprAssociation=
32
+
context.payload.pull_request?.author_association;
33
+
34
+
if(
35
+
eventName==='pull_request_target'&&
36
+
(
37
+
prAssociation==='FIRST_TIMER'||
38
+
prAssociation==='FIRST_TIME_CONTRIBUTOR'
39
+
)
40
+
){
41
+
returnawaitgithub.rest.issues.createComment({
42
+
owner,
43
+
repo,
44
+
issue_number: issueNumber,
45
+
body: `🎉 Thanks for your first contribution, @${ghUsername}!
46
+
47
+
We're excited to have you here. A maintainer will review your PR soon. Please check CI results and review any feedback if needed.
48
+
49
+
To stay updated, ask questions, and connect with maintainers and contributors, please join our Discord community:
0 commit comments