-
Notifications
You must be signed in to change notification settings - Fork 76
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
Create a Github Service hook. #227
Comments
This would be really awesome! Someone suggested me to use BountySource for my open source game project www.AncientBeast.com that's hosted here on github https://github.com/FreezingMoon/AncientBeast but I haven't seen any proper integration with github so I don't really want to duplicate issues because that's extra work and splits up discussions. Noticed FreedomSponsors already has some github integration, if adding some more, then even better! |
According to this: https://github.com/github/github-services/blob/master/CONTRIBUTING.md ... it should actually be a webhook i.e. FS should expose an endpoint and Github will POST stuff to it. No Ruby required! Webhooks are configured per repo (or per organization) and can be "secured" (github will send a cryptographic hash that FS could match). |
Sorry, I just noticed that this is a pretty old issue -- maybe not something we want any more? |
Create a Github hook that notifies FreedomSponsors about activities on a Github repo.
For exemple, whenever a push is made to a repository with a commit message having "#xx", it would add an atomatic comment on the corresponding issue (xx) on FreedomSponsors.
That way sponsors can be notified of the programmers coding progress.
Github hooks must be coded in Ruby on a pull request to this repo
I'm clueless about Ruby, so any help is definitely welcome!
The text was updated successfully, but these errors were encountered: