mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
7 lines
138 B
Ruby
Executable File
7 lines
138 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative '../lib/tooling/find_codeowners'
|
|
|
|
Tooling::FindCodeowners.new.execute
|