Skip to content

Instantly share code, notes, and snippets.

@wagenet
Created September 6, 2013 22:37
Show Gist options
  • Save wagenet/6470926 to your computer and use it in GitHub Desktop.
Save wagenet/6470926 to your computer and use it in GitHub Desktop.
github-irc-issue-notifications
curl -i -u USER -X GET https://api.github.com/repos/ORG/REPO/hooks
curl -i -u USER -X PATCH https://api.github.com/repos/ORG/REPO/hooks/IRC_HOOK_NUMBER -d "{ \"add_events\": [\"pull_request\", \"issues\"] }"
@steadfasterX
Copy link

you saved my day !!!!! TY A LOT for sharing this..!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment