Replies: 1 comment
-
We can get changed files' list using the following command: git diff --name-only $GIT_TARGET_BRANCH... (i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is reasonable to not re-check files that are already committed to the
main
branch, but only changes done in PR. Is it reasonable? And how it should be done?Beta Was this translation helpful? Give feedback.
All reactions