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 7c5b422 commit 7f0f03fCopy full SHA for 7f0f03f
R/check_changes_for_autoapproval.R
@@ -63,7 +63,7 @@ check_changes_for_autoapproval <- function(
63
# extract unique model IDs
64
changed_dirs <- changed_files_tbl |>
65
dplyr::filter(.data$in_model_output) |>
66
- dplyr::pull(.data$model_id) |>
+ if (nrow(changed_model_ids) == 0) {
67
unique()
68
69
# only check authorization if there are model directories
0 commit comments