fastlane-plugin-bitbucket_cloud 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d25959af32deea019cda65a40a426fbe4a1f2855e72836c0751e0a825687376
|
4
|
+
data.tar.gz: e113acd322253daa69edfbd97f9c8bce0a33200f739cf3d080ad3cfde4119a40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c2406fcf6ca1f2b36c3bf8be2e08c50e4ea82993245543524e6af3b3634139d80beb5f0d60f0ddeaff4ce16eccf8f3f068ed21bc28d8870f339fb2fc2bf403e
|
7
|
+
data.tar.gz: ea793b4bfc9c11a11448c575d50c7c225244c46165995c8af951b6e5673e512828cfe5e199e630c72965412152746de9e6c84584a048d3713d407887b5983b57
|
@@ -51,8 +51,7 @@ module Fastlane
|
|
51
51
|
unless reviewers.instance_of?(NilClass)
|
52
52
|
reviewers_obj = reviewers.map do |reviewer|
|
53
53
|
{
|
54
|
-
|
55
|
-
|
54
|
+
uuid: reviewer
|
56
55
|
}
|
57
56
|
end
|
58
57
|
payload[:reviewers] = reviewers_obj
|
@@ -142,7 +141,7 @@ module Fastlane
|
|
142
141
|
optional: true),
|
143
142
|
FastlaneCore::ConfigItem.new(key: :reviewers,
|
144
143
|
env_name: "FL_POST_BITBUCKET_PULL_REQUEST_REVIEWERS",
|
145
|
-
description: "List of reviewer's
|
144
|
+
description: "List of reviewer's uuids for the pull request. If no reviewers are passed, fails back to default ones",
|
146
145
|
type: Array,
|
147
146
|
optional: true),
|
148
147
|
FastlaneCore::ConfigItem.new(key: :source_branch,
|