diff --git a/scripts/script.py b/scripts/script.py index aa98767..298dd7a 100644 --- a/scripts/script.py +++ b/scripts/script.py @@ -16,7 +16,7 @@ def GET_PR_DETAILS_CLI_COMMAND() -> str: return 'gh pr list --json body --state merged --search {commit_sha}' @constant def ADO_TAG_PATTERN() -> re.Pattern: - return r"AB#\d{6}" + return r"AB#\d{1}" @constant def ADO_TAGGING_COMMAND() -> str: return 'az boards work-item update --id {work_item_id} --org https://dev.azure.com/lukaszadamsielski0187 --fields "System.Tags={deploy_env}" --output json' diff --git a/test200.txt b/test200.txt index 57f1098..1ed6e7e 100644 --- a/test200.txt +++ b/test200.txt @@ -1,2 +1,2 @@ haha -s2 \ No newline at end of file +s21 \ No newline at end of file