Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSetup integration with Badgr #168
Open
Comments
|
For future ref, @amiller-gh did a great job describing the overall concept of how the bot is tied together: nodejs/badges#9 (comment). If you've got any questions around specific parts, don't hesitate to ping me directly. I'm sure there's lots of improvements that could be made to make the bot easier to reason about, so please share your thoughts and experiences as you go along. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/nodejs/badges has been set up to spearhead the node badges initiative.
In order to automate the process of issuing badges, I had been thinking about spinning up a service that would register webhooks using the GitHub API to automatically issue badges when certain conditions are met (first-time contribution, etc).
The conversation took place in nodejs/badges#9 and I was instructed to get in contact with the team here in order to make it happen.
I'd need your help with the bare basics (if we go ahead and implement it as a function within the existing codebase for the bot). Any further assistance would also be appreciated.