Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasSielski committed Sep 16, 2024
1 parent 5c1d6e9 commit d8ec676
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 d8ec676

Please sign in to comment.