You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bot/compliance-checks/archival/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ export async function applyArchivalTemplate(
181
181
constnoLicenseText=`\n\nTo make your software FAIR, a license file is required.\n> [!WARNING]\n> Codefair will run this check after a LICENSE file is detected in your repository.`;
182
182
constnoLicenseBadge=``;
183
183
184
-
if(!subjects.license){
184
+
if(!subjects.license.status){
185
185
logwatch.info("License not found. Skipping FAIR release check.");
0 commit comments