From 92205112aaf1802c7e4b7cceb4a088f6c9c35ea6 Mon Sep 17 00:00:00 2001 From: SyncFileContents Date: Fri, 27 Dec 2024 15:29:25 +1100 Subject: [PATCH] Sync .github\workflows\dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6d1372b..e27ffe4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -94,7 +94,7 @@ jobs: $IS_PRERELEASE = $LAST_VERSION.Contains('-') $EXCLUDE_BOT_COMMITS = "--committer='^(?!.*\[bot\]|GitHub|ProjectDirector|SyncFileContents)' --author='^(?!.*\[bot\]|GitHub|ProjectDirector|SyncFileContents)' --grep='^(\[bot\]|\[skip ci\]|\[ci skip\]|\[no ci\]|\[skip actions\]|\[actions skip\])'" - $EXCLUDE_HIDDEN_FILES = "':!*/.*'" + $EXCLUDE_HIDDEN_FILES = "':(icase,exclude)*/.*'" $EXCLUDE_DOCUMENTATION_FILES = "':(icase,exclude)*/*.md' ':(icase,exclude)*/*.txt'" $EXCLUDE_SOLUTIONS_FILES = "':(icase,exclude)*/*.sln'" $EXCLUDE_PROJECTS_FILES = "':(icase,exclude)*/*.*proj'"