Commit 603540c
authored
Add DYNAMIC event type to GHEvent enum (hub4j#2151)
* Add DYNAMIC event type to GHEvent
Added DYNAMIC event type for handling dynamic events. This fixes hub4j#2150
* Attempt to fix linting error.
* Attempt to fix linting error.
* Fix test now that new value is added1 parent b1de32d commit 603540c
File tree
2 files changed
+4
-1
lines changed- src
- main/java/org/kohsuke/github
- test/java/org/kohsuke/github
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments