Skip to content

Commit

Permalink
Check for icla
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 14, 2024
1 parent 9dbd9dd commit 481d1d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/secretary/workbench/views/actions/icla2.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

# find person
person = ASF::Person.find(@id)
unless person.icla
_warn "Could not find ICLA entry for #{@id}"
end

# extract file extension
fileext = File.extname(@selected).downcase
Expand Down

0 comments on commit 481d1d1

Please sign in to comment.