-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: /award command & depending services #13
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thank you for following the naming conventions for pull request titles! 🙏 |
lib/github/hooks/issue.ts
Outdated
} else { | ||
const user = await getUserByGithubId(context.payload.comment.user.id); | ||
if (!user) { | ||
comment = "Please register at oss.gg to be able to claim your awarded points"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be great to create the user in oss.gg, assign him points and write the comment that they can claim the points once they've registered :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done @jobenjada 🚀
…ion & point allocation even if not signed up on ossgg
What does this PR do?
Implements the
/award x
command to award points to the user!Checklist
Required
pnpm build
console.logs
git pull origin main
Appreciated