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 f9239a3 commit 2024411Copy full SHA for 2024411
parser.js
@@ -31,11 +31,6 @@ var GitHub = (function () {
31
gh_parser.prototype.extract = function () {
32
if (!(this.payload.repository &&
33
this.payload.repository.full_name &&
34
- this.payload.repository.url &&
35
- this.payload.head_commit &&
36
- this.payload.head_commit.message &&
37
- this.payload.sender &&
38
- this.payload.sender.avatar_url &&
39
this.payload.ref)) {
40
return undefined;
41
}
0 commit comments