diff --git a/scripts/cms-any/tag-patch-release.php b/scripts/cms-any/tag-patch-release.php index 278dfc5..a69e7f6 100644 --- a/scripts/cms-any/tag-patch-release.php +++ b/scripts/cms-any/tag-patch-release.php @@ -41,6 +41,16 @@ } } +$notAllowedRepos = [ + 'cow', + 'rhino', + 'github-issue-search-client', + 'module-standardiser', + 'silverstripe-tx-translator', + 'supported-modules', +]; +$shouldHaveAction = $shouldHaveAction && !is_misc() && !module_is_one_of($notAllowedRepos); + if ($shouldHaveAction) { write_file_even_if_exists($workflowPath, $content); } else {