Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 2bd924a

Browse files
committed
fix: disabled project check in report
1 parent 18ec8a5 commit 2bd924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/checks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function checks(data, ignoreChecks = []) {
4646
pullRequestTemplate(data.communityMetrics),
4747
codeOfConduct(data.communityMetrics),
4848
labels(data.labels),
49-
projects(data.repo, data.projects),
49+
// projects(data.repo, data.projects),
5050
];
5151

5252
const userChecks = filterIgnoredChecks(allChecks, ignoreChecks);

0 commit comments

Comments
 (0)