Skip to content

Commit

Permalink
Add: Event Enum event type dynamic (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Apr 24, 2023
1 parent 1a4d87f commit 0b5cdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/github/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class Event(Enum):
DEPLOYMENT_STATUS = "deployment_status"
DISCUSSION = "discussion"
DISCUSSION_COMMENT = "discussion_comment"
DYNAMIC = "dynamic"
FORK = "fork"
GOLLUM = "gollum"
ISSUE_COMMENT = "issue_comment"
Expand Down

0 comments on commit 0b5cdca

Please sign in to comment.