Skip to content

Commit

Permalink
Merge pull request #20 from LukaszSielski/extract_commons
Browse files Browse the repository at this point in the history
test
  • Loading branch information
LukaszSielski authored Sep 19, 2024
2 parents 3f5c35d + b6fcbf8 commit fc37b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main():
args = parseArguments()
commitSha = args.commit_sha
deploymentEnv = args.deploy_env
tagAdoWorkItem(extractWorkItemIdFromPR(commitSha), deploymentEnv)
# tagAdoWorkItem(extractWorkItemIdFromPR(commitSha), deploymentEnv)
x = GH_CLI.extract_data_from_pr_body(commitSha, r'AB#(\d+)', lambda e: e.split('#')[1])

if __name__ == '__main__':
Expand Down

0 comments on commit fc37b74

Please sign in to comment.