Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lsielskiSii committed Sep 19, 2024
1 parent afe7f06 commit 00d64dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gh_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def extract_pr_body(self, commit_sha: str) -> str:
return prDetailsJson[0]['body'] if len(prDetailsJson) == 0 else ''

def extract_data_from_pr_body(self, commit_sha: str, pattern: re.Pattern) -> list[str]:
print(self.extract_pr_body(commit_sha))
return re.findall(pattern, self.extract_pr_body(commit_sha))


Expand Down

0 comments on commit 00d64dc

Please sign in to comment.