Use changesIncludeOnly with exceptions #1304
Answered
by
fkorotkov
ericoporto
asked this question in
Q&A
-
Hi, I would like to use changesIncludeOnly for |
Beta Was this translation helpful? Give feedback.
Answered by
fkorotkov
May 8, 2025
Replies: 1 comment 1 reply
-
You can combine task:
skip: "changesIncludeOnly('**.txt') && !changesInclude('CMakeLists.txt') && !changesInclude('**/CMakeLists.txt')" I think something that would work for changes where only |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ericoporto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can combine
changesIncludeOnly
like that:I think something that would work for changes where only
*.txt
files were involved but not anyCMakeLists.txt
.