Skip to content

Commit 997c765

Browse files
authored
Merge pull request #638 from danger/support_mannequin_user_type
Support user type mannequin on for GitHub
2 parents e035543 + ce18ad6 commit 997c765

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## Master
1515

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

1819
## 3.20.2

Diff for: Sources/Danger/GitHubDSL.swift

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public extension GitHub {
198198
case user = "User"
199199
case organization = "Organization"
200200
case bot = "Bot"
201+
case mannequin
201202
}
202203

203204
/// The UUID for the user organization.

0 commit comments

Comments
 (0)