From 7bff50160962bd6e636009e9f309cded79eb257b Mon Sep 17 00:00:00 2001 From: Evgeny Antropov Date: Tue, 14 Feb 2023 11:53:01 +0300 Subject: [PATCH 1/2] GitLab Add deactivated user status --- Sources/Danger/GitLabDSL.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Danger/GitLabDSL.swift b/Sources/Danger/GitLabDSL.swift index c1c2a50c..31dcde39 100644 --- a/Sources/Danger/GitLabDSL.swift +++ b/Sources/Danger/GitLabDSL.swift @@ -270,6 +270,7 @@ public extension GitLab { public enum State: String, Decodable { case active case blocked + case deactivated } public let avatarUrl: String? From ba35607e735954b9811a95482680309d472a522d Mon Sep 17 00:00:00 2001 From: Evgeny Antropov Date: Tue, 14 Feb 2023 20:55:02 +0300 Subject: [PATCH 2/2] Update ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd67e47..ae0ae076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Gitlab Error in merge request with estimate or spent time [@oscarcv][] - [#548](https://github.com/danger/swift/pull/548) - Add ability to change meta information [@Nikoloutsos][] - [#567](https://github.com/danger/swift/pull/567) +- Add deactivated user status for GitLab [@antigp][] - [#572](https://github.com/danger/swift/pull/572) ## 3.15.0