github_repo_statistics 2.2.8 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ef7c493b69d48cbb4e65fa99b8daeac622a6a8bcdf2c686a73102ddbdbdbab2
4
- data.tar.gz: 62bf5ff22b128242b3cf5a2ffeb9bae13bd6b3b16b6026dbabb51e1e7ed9b609
3
+ metadata.gz: afcbf9010b40c88fced56016369ff61b71a4e6cfdabd924640f4ce1f5351236c
4
+ data.tar.gz: bdbfb01abf97a95bb2ec05fbb29d7815793469d0c84387d92d8ba2eeb32c4be8
5
5
  SHA512:
6
- metadata.gz: 43bb62af4096988880381c52661324e774717a0db51698f063d610bbab9f2988d94ffc4f1ae32e716eeede181923dc06cd0f8afde5a112e41a63c4cbc72850e5
7
- data.tar.gz: 4cf1461f0388f4c57326999f9864644db68faa2d7a76b88ce2b4e35f00ee9991d4114ad67270aba6210e4b3b3c5a0fd2adf1977c201730642bd5d84f170bb051
6
+ metadata.gz: '039e58d9cae34858f93ca74675e6c8c732db7a5eee25a743e1949eea1076e70626b03a30101e410d8c9ca081cd4e818a7bb4ef13c9413d40bab5ec21dc12110e'
7
+ data.tar.gz: 2d831c705ac45242af5c87605aad3b88879b5042706cefe4b9bb71c6e343027e1e812e9492c6aba99273e9b6e66a1cfaef98f2dbfb6053aa824bf976237dddd0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github_repo_statistics (2.2.7)
4
+ github_repo_statistics (2.2.8)
5
5
  date
6
6
  faraday-retry
7
7
  google-cloud-bigquery
@@ -54,7 +54,7 @@ class ForceMergeReport
54
54
  failed_checks = all_checks.reject { |check| check.conclusion == 'success' || check.state == 'success' }
55
55
 
56
56
  failed_checks.select! do |check|
57
- ['Mergeable: Size check', 'SonarQube Code Analysis', 'UI Tests', 'Unit Tests'].include?(check.name)
57
+ ['UI Tests', 'Unit Tests'].include?(check.context) || ['Mergeable: Size check', 'SonarQube Code Analysis'].include?(check.name)
58
58
  end
59
59
 
60
60
  # Update monthly summary
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GithubRepoStatistics
4
- VERSION = '2.2.8'
4
+ VERSION = '2.2.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_repo_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.8
4
+ version: 2.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serghei Moret