From 799de223b96baee4a8c2e5fb28f28e9aa8e8e76d Mon Sep 17 00:00:00 2001 From: Matt Hope <74561306+UncleMattHope@users.noreply.github.com> Date: Fri, 26 Jul 2024 19:22:26 +0100 Subject: [PATCH] note the need for a maintainer to kick off the CI run --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb60dacac6..73a5f2e3d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ The default policy for taking contributions is “Squash and Merge” - because ### Make sure your patch works for all supported versions of swift -The CI will do this for you. Currently all versions of Swift >= 5.8 are supported. +The CI will do this for you, but a project maintainer must kick it off for you. Currently all versions of Swift >= 5.8 are supported. If you wish to test this locally you have two options [act](https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://github.com/nektos/act) and Docker Compose files.