Skip to content

Commit

Permalink
Merge pull request #12 from LukaszSielski/test_sielski
Browse files Browse the repository at this point in the history
test
  • Loading branch information
LukaszSielski authored Sep 16, 2024
2 parents 5c1d6e9 + d8ec676 commit ec69810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion test200.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
haha
s2
s21

0 comments on commit ec69810

Please sign in to comment.