Skip to content

Commit

Permalink
🌱 cron: Add 14k GitLab projects (#3321)
Browse files Browse the repository at this point in the history
* Add 15k projects

Signed-off-by: Raghav Kaul <[email protected]>

* makefile

Signed-off-by: Raghav Kaul <[email protected]>

* fix projects csv

Signed-off-by: Raghav Kaul <[email protected]>

---------

Signed-off-by: Raghav Kaul <[email protected]>
  • Loading branch information
raghavkaul authored Jul 27, 2023
1 parent 8779de9 commit 55275a7
Show file tree
Hide file tree
Showing 2 changed files with 14,478 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ validate-projects: ## Validates ./cron/internal/data/projects.csv
validate-projects: ./cron/internal/data/projects.csv | build-validate-script
# Validate ./cron/internal/data/projects.csv
./cron/internal/data/validate/validate ./cron/internal/data/projects.csv
./cron/internal/data/validate/validate ./cron/internal/data/gitlab-projects.csv
./cron/internal/data/validate/validate ./cron/internal/data/gitlab-projects-releasetest.csv

tree-status: | all-targets-update-dependencies ## Verify tree is clean and all changes are committed
# Verify the tree is clean and all changes are commited
Expand Down
Loading

0 comments on commit 55275a7

Please sign in to comment.