fix: include github_enterprise config option in default app IDs
we were making it so users that used the github_enterprise config option weren't
able to use the github app
fix: was_squash_via_merge_commit logic
Check if the merge commit sha is equal to the sha of the head of
the PR because in that case we should also move the commits on the PR to the
base branch of the PR.