Lines Matching refs:commit
32 1. Create a Git commit.
306 Extract the commit hash from the argument passed to /action github
307 comment actions. We currently only support passing the commit hash
309 https://github.com/llvm/llvm-project/commit/2832d7941f4207f1fcf813b27cf08cecc3086959
311 github_prefix = "https://github.com/llvm/llvm-project/commit/"
449 self, commit: str
452 "Failed to cherry-pick: {}\n\n".format(commit)
475 commit = self.repo.get_commit(cherry_pick_sha)
476 message = commit.commit.message
477 m = re.search("\(cherry picked from commit ([0-9a-f]+)\)", message)
492 for commit in pr.get_commits():
493 main_commit = self.get_main_commit(commit.sha)
570 commit_message = repo.get_commit(commits[-1]).commit.message