From 0b868d93ba8898d1c4139c717f5be73ebb41bbd0 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sat, 2 Nov 2024 14:22:50 +0100 Subject: [PATCH] show some example univeress --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2059e..dd9e6fe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tools and scheduled actions (cron-jobs) to trigger global/meta operations in the r-universe platform. Each of these can also be triggered manually with a dispatch event. -## Sync universes +## Global sync [![sync badge](https://github.com/r-universe-org/control-room/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe-org/control-room/actions/workflows/sync.yml) @@ -10,6 +10,15 @@ Action source: https://github.com/r-universe-org/sync Hourly cronjob which checks for all monorepos in [r-universe](https://github.com/r-universe/) if there are any updates in the registry or R packages. If any of the submodules needs to be updated, it triggers a dispatch action in the respective monorepo. +## Sync some universes + + - cran: [![CRAN](https://github.com/r-universe/cran/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe/cran/actions/workflows/sync.yml) + - bioc: [![CRAN](https://github.com/r-universe/bioc/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe/bioc/actions/workflows/sync.yml) + - ropensci: [![CRAN](https://github.com/r-universe/ropensci/actions/workflows/sync.yml/badge.svg)](https://github.com/r-universe/ropensci/actions/workflows/sync.yml) + +Action source: https://github.com/r-universe-org/sync + + ## Rebuilds [![rebuilds badge](https://github.com/r-universe-org/control-room/actions/workflows/rebuilds.yml/badge.svg)](https://github.com/r-universe-org/control-room/actions/workflows/rebuilds.yml)