Forked from steadfasterX/Enable pull-request, push and issue events in your IRC notification hook!
Created
January 19, 2018 22:14
-
-
Save proycon/d59e012981fb5acc0404e2e0ae556ef8 to your computer and use it in GitHub Desktop.
github-irc-issue-notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -i -u YOURUSER -X GET https://api.github.com/repos/ORG/REPO/hooks | |
curl -i -u YOURUSER -X PATCH https://api.github.com/repos/ORG/REPO/hooks/IRC_HOOK_ID -d "{ \"add_events\": [\"push\", \"pull_request\", \"issues\"] }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment