We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed3603 commit bb62292Copy full SHA for bb62292
GitGitGadget/index.js
@@ -5,7 +5,7 @@
5
* pure Javascript and keep it as simple as possible.
6
*
7
* Note: while the Azure Function Runtime v1 supported GitHub webhooks natively,
8
- * via the "webHookType", we want to use v2, so we have to do the payload
+ * via the "webHookType", starting with v2, we have to do the payload
9
* validation "by hand".
10
*/
11
const crypto = require('crypto');
0 commit comments