We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ef0a commit 3c5583bCopy full SHA for 3c5583b
R/check_authorized_users.R
@@ -41,7 +41,7 @@ check_authorized_users <- function(
41
authorization_check <- changed_dirs_tbl |>
42
dplyr::left_join(dir_users_map, by = "dir") |>
43
dplyr::mutate(
44
- dir_not_in_metadata = is.na(.data$authorized_users),
+ dir_not_modifiable = purrr::map_lgl(.data$authorized_users, is.null)
45
has_authorized_users = purrr::map_lgl(
46
.data$authorized_users,
47
\(authorized) length(authorized) > 0
0 commit comments