From a9aa89241ba22a5a6ca72b4d444585c7fbc333e7 Mon Sep 17 00:00:00 2001 From: boherm Date: Mon, 4 Nov 2024 17:54:52 +0100 Subject: [PATCH] Exclude open-source repository --- config/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.php b/config/services.php index 07bee4e..6f4ab46 100644 --- a/config/services.php +++ b/config/services.php @@ -29,6 +29,7 @@ 'ps-org-theme', 'example-modules', 'ps-docs-theme', + 'open-source', ]) ->set('labels.excluded', ['TE', 'E2E Tests']) ;