action bitbucket_get_repositories_workspace_repo_slug_merge_base_revspec { label: "Get the common ancestor between two commits" description: "Returns the best common ancestor between two commits, specified in a revspec\nof 2 commits (e.g. 3a8b42..9ff173).\n\nIf more than one best common ancestor exists, only one will be returned. It is\nunspecified which will be returned." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/merge-base/{revspec}" encoding: json output: { type: "object" } }