Skip to content

Commit

Permalink
Merge pull request #638 from danger/support_mannequin_user_type
Browse files Browse the repository at this point in the history
Support user type mannequin on for GitHub
  • Loading branch information
f-meloni authored Jan 23, 2025
2 parents e035543 + ce18ad6 commit 997c765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

## Master

- Support user type mannequin on for GitHub [@f-meloni][] - [#638](https://github.com/danger/swift/pull/638)
- Add Android support [@marcprux][] - [#635](https://github.com/danger/swift/pull/635)

## 3.20.2
Expand Down
1 change: 1 addition & 0 deletions Sources/Danger/GitHubDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public extension GitHub {
case user = "User"
case organization = "Organization"
case bot = "Bot"
case mannequin
}

/// The UUID for the user organization.
Expand Down

0 comments on commit 997c765

Please sign in to comment.