From 44966f3e52b1b8700689926739b25149d3793434 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Mon, 24 Aug 2026 11:33:54 -0500 Subject: [PATCH] Added ci/README file describing mirror-ci workflow Ticket: none Changelog: none --- ci/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ci/README.md diff --git a/ci/README.md b/ci/README.md new file mode 100644 index 000000000..7a6d05907 --- /dev/null +++ b/ci/README.md @@ -0,0 +1,4 @@ +buildscripts/ci directory contains scripts used by continuous integration + +Make changes in this directory in the master branch and then a workflow at .github/workflows/mirror-ci.yml will create pull requests to mirror the changes to active LTS branches (specified in that yml file). +