Skip to content

Commit ba3c098

Browse files
committed
test
1 parent 606984b commit ba3c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "Warning: Invalid JSON response from GitHub API"
6464
echo "Response: $existing_comment"
6565
fi
66-
66+
6767
comment_body=""
6868
if [[ ! -z "$existing_comment" ]]; then
6969
comment_body=$(echo "$existing_comment" | head -1 | base64 -d | jq -r .body | sed -nE 's/.*Last Updated: ([0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2} CST).*/\1/p')

0 commit comments

Comments
 (0)