How can we find if a pull request had a rebase operation done?
git reflog
helps but we want to specifically discover this using Github API.
How can we find if a pull request had a rebase operation done?
git reflog
helps but we want to specifically discover this using Github API.