add required skills to nlnet-2024-12-324/progress.md #25

Merged
programmerjake merged 5 commits from programmerjake/grant-tracking:add-required-skills into master 2026-03-17 05:44:48 +00:00
Showing only changes of commit 96813854cc - Show all commits

View file

@ -263,7 +263,10 @@ function check_progress()
fi
done
if [[ "$nlnet_id" != "YYYY-MM-ID" ]]; then
check_issue "$issue_number2" "$nlnet_id" "$subtask_title" "$subtask_body" || diag "note:" -line_index="$subtask_line_index" "issue is linked from here"
check_issue "$issue_number2" "$nlnet_id" "$subtask_title" "$subtask_body" || {
diag "note:" -line_index="$subtask_line_index" "issue is linked from here"
any_errors=1
}
fi
done
(( subtasks_total == task_amount )) || \