Skip to content

Commit

Permalink
Add new Notification Type (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
babeuloula authored Dec 14, 2022
1 parent 197cb84 commit 5b7566c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enum/NotificationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ enum NotificationType: string
case PULL_REQUEST = 'PullRequest';
case RELEASE = 'Release';
case REPOSITORY_VULNERABILITY_ALERT = 'RepositoryVulnerabilityAlert';
case REPOSITORY_DEPENDABOT_ALERTS_THREAD = 'RepositoryDependabotAlertsThread';
}

0 comments on commit 5b7566c

Please sign in to comment.