Skip to content

Commit

Permalink
Sync .github\workflows\dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Dec 27, 2024
1 parent 470010d commit 9220511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 9220511

Please sign in to comment.