Skip to content

Commit 0e2bf23

Browse files
author
Marcos.Cela
committed
add CODE_SCANNING_ALERT to GHEvent enum
1 parent 44a8b79 commit 0e2bf23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/kohsuke/github/GHEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
public enum GHEvent {
1313
CHECK_RUN,
1414
CHECK_SUITE,
15+
CODE_SCANNING_ALERT,
1516
COMMIT_COMMENT,
1617
CONTENT_REFERENCE,
1718
CREATE,

0 commit comments

Comments
 (0)