Skip to content

Commit

Permalink
[oss-check] Add DuckDuckGo and Signal (realm#4275)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri authored Oct 5, 2022
1 parent 54ec0c9 commit c087e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modified_files = git.modified_files + git.added_files
# including in a CHANGELOG for example
has_app_changes = !modified_files.grep(/Source/).empty?
has_test_changes = !modified_files.grep(/Tests/).empty?
has_danger_changes = !modified_files.grep(/Dangerfile|script\/oss-check|Gemfile/).empty?
has_danger_changes = !modified_files.grep(/Dangerfile|tools\/oss-check|Gemfile/).empty?
has_package_changes = !modified_files.grep(/Package\.swift/).empty?
has_bazel_changes = !modified_files.grep(/\.bazelrc|WORKSPACE|bazel\/|BUILD/).empty?

Expand Down
4 changes: 3 additions & 1 deletion tools/oss-check
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,14 @@ end
@repos = [
Repo.new('Aerial', 'JohnCoates/Aerial'),
Repo.new('Alamofire', 'Alamofire/Alamofire'),
Repo.new('DuckDuckGo', 'duckduckgo/iOS'),
Repo.new('Firefox', 'mozilla-mobile/firefox-ios'),
Repo.new('Kickstarter', 'kickstarter/ios-oss'),
Repo.new('Moya', 'Moya/Moya'),
Repo.new('Nimble', 'Quick/Nimble'),
Repo.new('Quick', 'Quick/Quick'),
Repo.new('Realm', 'realm/realm-cocoa'),
Repo.new('Realm', 'realm/realm-swift'),
Repo.new('Signal', 'signalapp/Signal-iOS'),
Repo.new('SourceKitten', 'jpsim/SourceKitten'),
Repo.new('Sourcery', 'krzysztofzablocki/Sourcery'),
Repo.new('Swift', 'apple/swift'),
Expand Down

0 comments on commit c087e79

Please sign in to comment.