Number of commits behind base? #1360
jcook-uptycs
started this conversation in
General
Replies: 1 comment
-
You'd probably need to use the github api to do that I think - you already know the base and head from the PR, so you'd need to know the difference between your base in the PR and the branches head via the compare APIs |
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
-
Is there a way to get the number of commits the PR is behind the base branch?
I want to warn if the PR is behind the base branch and possibly fail if it's significantly behind.
Beta Was this translation helpful? Give feedback.
All reactions