github_repo_statistics 2.3.23 → 2.3.24
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b71a9c534ef378be14da664c0ed76cbecc9ec2ed4a107588980133a24627289f
|
4
|
+
data.tar.gz: 4c6f16614e268519137fabbe091e8899deedd366b82709b8a2ce78778f2eed9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1c3a7fe53851ced5cbc546bc2ae232e53ec603c19a09d62a49a6c10185e1c53fba8083106e6716597457593ee981be98688669bf0d766a23eb6dfdd08313236
|
7
|
+
data.tar.gz: 66dc3c9b2792fdb8fd8f0563a8b128e5d71a0a8f0180edd961565544f54324133996b534f2799551e965a594b511f415b592447f7e2d558e5100669c978209f2
|
@@ -211,7 +211,7 @@ class GithubRepoStatistics
|
|
211
211
|
commit_count = git_commit_count(file:, start_date:, end_date:, branch:).to_i
|
212
212
|
git_log = git_commit_info(file:, start_date:, end_date:, branch:).split("\n")
|
213
213
|
|
214
|
-
if EXCLUDED_PRS
|
214
|
+
if EXCLUDED_PRS
|
215
215
|
excluded_prs = EXCLUDED_PRS.split(',')
|
216
216
|
git_log = git_log.reject { |c| excluded_prs.any? { |pr| c.include?(pr) } }
|
217
217
|
end
|