From 1c77e25bfb1374e8924c471992cba44fc883e378 Mon Sep 17 00:00:00 2001 From: Robin Bowes Date: Thu, 13 Aug 2026 20:11:44 +0100 Subject: [PATCH] feat(ycst-org-uk): add wp-mu-plugins private repo Holds the must-use WordPress plugins for www.ycst.org.uk together with the tooling that goes with them. The QR short-link plugin behind the membership sign-up codes currently exists only on the production and clone servers, as do four others including the CiviCRM/Matomo autoloader guard. Private rather than internal: internal visibility requires the org to belong to a GitHub Enterprise account, and ycst-org-uk is on the free plan. Private is what board-docs and website-testing already use. auto_init is omitted so the repository is created empty and the existing local history can be pushed into it without a merge. Co-Authored-By: Claude Opus 5 (1M context) --- data/ycst-org-uk/wp-mu-plugins.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/ycst-org-uk/wp-mu-plugins.yaml diff --git a/data/ycst-org-uk/wp-mu-plugins.yaml b/data/ycst-org-uk/wp-mu-plugins.yaml new file mode 100644 index 0000000..1d9d403 --- /dev/null +++ b/data/ycst-org-uk/wp-mu-plugins.yaml @@ -0,0 +1,12 @@ +--- +builtin_ruleset_names: [] +collaborators: + teams: + - permission: admin + slug: admins +dependabot_security_updates: true +description: "Must-use WordPress plugins for www.ycst.org.uk, and their tooling." +has_issues: true +name: wp-mu-plugins +visibility: private +vulnerability_alerts: true