Skip commit if it is a master merge into PR #1488
Unanswered
v-amolpatil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have a query like, when we do action/checkout with fetch options say 1 as an example, it pulls latest 1st commit history of that PR for the ref branch that we specify. Is there a way we can skip checkout if the PR is merged with latest master?
EG: Lets say I have a PR: demoPR which has my changes. After few days if I pull latest master into my demoPR branch i.e. merged master into demoPR branch then is there any way we can skip this commit and run this action only when there is a genuine commit instead of master merge in the PR.
Beta Was this translation helpful? Give feedback.
All reactions