Forked from wagenet/github-irc-issue-notifications
Last active
July 19, 2018 23:43
-
-
Save steadfasterX/5e76e03ef66f7c71d435470ea21bd906 to your computer and use it in GitHub Desktop.
github-irc-issue-notifications
This file contains 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
YOURUSER = your github username (you will be prompted for a password)
ORG = the organization name
REPO = the name of the repository