We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 737ba42 + 336617b commit f227911Copy full SHA for f227911
cleanowners.py
@@ -72,8 +72,8 @@ def main(): # pragma: no cover
72
print(f"Skipping {repo.full_name} as it does not have a CODEOWNERS file")
73
no_codeowners_count += 1
74
continue
75
- else:
76
- codeowners_count += 1
+
+ codeowners_count += 1
77
78
if codeowners_file_contents.content is None:
79
# This is a large file so we need to get the sha and download based off the sha
0 commit comments