Skip to content

Commit

Permalink
Added "LABEL_UPDATED" to EventType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-h authored Oct 6, 2022
1 parent a9060dd commit 1b3a982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/models/github/event_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class EventType(Enum):
BRANCH_DELETED = ("bd", "A Branch was deleted")
TAG_CREATED = ("tc", "A Tag was created")
TAG_DELETED = ("td", "A Tag was deleted")
LABEL_UPDATED = ("lu", "An Issue label was updated")

# PR/Issue
PULL_CLOSED = ("prc", "A Pull Request was closed")
Expand Down

0 comments on commit 1b3a982

Please sign in to comment.