Skip to content

Commit

Permalink
🎇 Style(ToolKits/Actions): Formatted codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Oct 17, 2023
1 parent 1515dcb commit f7c80bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ToolKits/Actions/pr_auto_rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

connection_signs = ["_", "-"]


def convert_cn_to_en(title: str):
for i in range(len(left_brackets_cn)):
title = title.replace(left_brackets_cn[i], left_brackets_en_replace_to[i]).replace(
Expand Down Expand Up @@ -58,4 +59,5 @@ def check_and_format(title: str):

return title


print(check_and_format(sys.argv[1]))

0 comments on commit f7c80bd

Please sign in to comment.