Skip to content

Commit

Permalink
Cleanup removed maintainer accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 30, 2024
1 parent 8bdd819 commit 72f4abf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/maintainerdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ update_maintainers_csv <- function(){
if(identical(commit_email, email)){
if(length(json$author$login)){
db$login[i] <<- json$author$login
} else {
db$login[i] <<- NA_character_ #force remove if user no longer exists
}
} else {
message(sprintf("Metacran email mismatch for %s: %s / %s", pkg, commit_email, email))
Expand Down

0 comments on commit 72f4abf

Please sign in to comment.