Skip to content

Commit a451db3

Browse files
committed
feat(github): cover all github events
1 parent 4357660 commit a451db3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/github-event.js

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const githubEvents = {
1111
status: {
1212
priority: 2
1313
},
14+
integration_check_run: {
15+
priority: 2
16+
},
1417
integration_installation: {
1518
created: {
1619
priority: 3
@@ -22,6 +25,15 @@ const githubEvents = {
2225
integration_installation_repositories: {
2326
priority: 4
2427
},
28+
integration_issues: {
29+
priority: 2
30+
},
31+
integration_marketplace_purchase: {
32+
priority: 4
33+
},
34+
integration_pull_request: {
35+
priority: 2
36+
},
2537
public: {
2638
priority: 3
2739
}

0 commit comments

Comments
 (0)