Unverified Commit ffb0ace1 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

ci/request-reviews: use generic wording instead of "code owner"

This is now re-used for both code owners and maintainers.
parent cf0616fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ gh api \
# And we don't want to rerequest reviews from people who already reviewed
while read -r user; do
    if [[ -v users[${user,,}] ]]; then
        log "User $user is a code owner but has already left a review, ignoring"
        log "User $user is a potential reviewer, but has already left a review, ignoring"
        unset 'users[${user,,}]'
    fi
done < "$tmp/already-reviewed-by"