From 4c20b3399361159d2124c8f8a06866c808a1ee36 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sun, 31 Oct 2021 19:50:50 +0000
Subject: [PATCH] Issue #3038596: Mechanism that adds custom drupalci.yml
 configurations does not detect configs in new branches.

---
 core/drupalci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/drupalci.yml b/core/drupalci.yml
index 94aa2ad22ff0..413272eff3f5 100644
--- a/core/drupalci.yml
+++ b/core/drupalci.yml
@@ -1,6 +1,9 @@
 # This is the DrupalCI testbot build file for Drupal core.
 # Learn to make one for your own drupal.org project:
 # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
+# Until https://www.drupal.org/project/project_issue_file_test/issues/3038596 is
+# fixed this file needs to change when a new core branch is made. Latest branch
+# is 9.4.x.
 build:
   assessment:
     testing:
-- 
GitLab