From 8fd5da4890c0b598cc0efb081d0fbcc4f6882334 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 10 Dec 2024 12:49:19 -0500 Subject: [PATCH] Automate updates --- designs/2024-repo-ecosystem-plugin-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/2024-repo-ecosystem-plugin-tests/README.md b/designs/2024-repo-ecosystem-plugin-tests/README.md index 9e8bf0f6..8435afb4 100644 --- a/designs/2024-repo-ecosystem-plugin-tests/README.md +++ b/designs/2024-repo-ecosystem-plugin-tests/README.md @@ -124,7 +124,7 @@ Each added plugin brings adds a risk of breakage, so plugins will only be added This RFC expects the added ecosystem CI job to _likely_ consistently pass. However, to be safe, this RFC proposes adding a CI job in three steps: -1. On a branch that is manually updated from `main` several times a week +1. On a branch that is updated from `main` by a CI cron job several times a week 2. On the `main` branch only 3. On all PRs targeting the `main` branch, alongside existing CI jobs