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
'awesome contributor! We noticed you contributed to DevDisplay but forgot to star the repo. Its like making an amazing sandwich and forgetting to take a bite!\n\n' +
41
+
'I think our repos feeling a little lonely without your star. Can you help us out?\n\n' +
42
+
'> **Star the repo by clicking the star button at the top of this page!**';
43
+
44
+
await github.rest.issues.createComment({
45
+
owner: owner,
46
+
repo: repo,
47
+
issue_number: prNumber,
48
+
body: message
49
+
});
50
+
51
+
console.log('Sent star reminder to ' + contributor);
52
+
} else {
53
+
console.log('Star reminder already sent to ' + contributor + ' on this PR');
0 commit comments