Skip to content

Acknowledge webhook creation ping#10

Open
mhkeller wants to merge 1 commit into
coreh:masterfrom
mhkeller:acknowledge-gh-ping
Open

Acknowledge webhook creation ping#10
mhkeller wants to merge 1 commit into
coreh:masterfrom
mhkeller:acknowledge-gh-ping

Conversation

@mhkeller

Copy link
Copy Markdown

GitHub sends a ping even on Webhook creation: https://developer.github.com/webhooks/#ping-event

But since it doesn't follow the structure that lib/index.js is expecting, that script throws an error, such as when it can't find a string for payload.ref.

You could do fancier things to handle this such as emit a ping event but this fix will stop the script from breaking for now.

@mhkeller

Copy link
Copy Markdown
Author

Checking in on this.

@ScottONeal

Copy link
Copy Markdown

@mhkeller if you're still using this library, I've created a fork which supports Ping events and has unit tests.

Check it out at: https://www.npmjs.com/package/githooked

@mhkeller

mhkeller commented Feb 7, 2016

Copy link
Copy Markdown
Author

@ScottONeal awesome!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants