mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
reading users field from the reviews object for calculating if reviewers have been set
This commit is contained in:
parent
ba5d6c9108
commit
c99f67bea4
1 changed files with 1 additions and 1 deletions
|
@ -102,6 +102,6 @@ if (hasPngs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for reviewers
|
// Check for reviewers
|
||||||
if (github.requested_reviewers.length == 0 && !pr.draft) {
|
if (github.requested_reviewers.users.length == 0 && !pr.draft) {
|
||||||
warn("Please add a reviewer to your PR.")
|
warn("Please add a reviewer to your PR.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue