Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save proycon/d59e012981fb5acc0404e2e0ae556ef8 to your computer and use it in GitHub Desktop.
Save proycon/d59e012981fb5acc0404e2e0ae556ef8 to your computer and use it in GitHub Desktop.
github-irc-issue-notifications
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