Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add module for querying the GitHub API to measure activity on the label #11

Merged
merged 11 commits into from
Nov 11, 2019
Prev Previous commit
Next Next commit
move these into here
  • Loading branch information
shiftkey committed Nov 11, 2019
commit 470dfcb7fcb8641970449ce8897e6b8be58d6cb9
3 changes: 0 additions & 3 deletions lib/queries/github_repository_label_active_check.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# frozen_string_literal: true

require 'graphql/client'
require 'graphql/client/http'

# Check using the GitHub API whether the label in a repository is active
module GitHubRepositoryLabelActiveCheck
def self.parse(result)
Expand Down
3 changes: 3 additions & 0 deletions lib/up_for_grabs_tooling.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
require 'find'
require 'json_schemer'

require 'graphql/client'
require 'graphql/client/http'

require 'models/project'

require 'validators/data_files'
Expand Down