From cad1c9303e4f51ae4e781467d6acca206726fcca Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 3 May 2023 11:33:55 -0400 Subject: [PATCH] config-bot: also sync new `experimental` branch This is a new stream we're starting up. See: https://github.com/coreos/fedora-coreos-tracker/issues/1446 --- config-bot/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config-bot/config.toml b/config-bot/config.toml index 1410806..b73a72b 100644 --- a/config-bot/config.toml +++ b/config-bot/config.toml @@ -34,6 +34,7 @@ target-refs = [ 'next-devel', 'branched', 'rawhide', + 'experimental', ] skip-files = [ 'manifest.yaml',