We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606984b commit ba3c098Copy full SHA for ba3c098
.github/workflows/auto-assign-reviewers.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "Warning: Invalid JSON response from GitHub API"
64
echo "Response: $existing_comment"
65
fi
66
-
+
67
comment_body=""
68
if [[ ! -z "$existing_comment" ]]; then
69
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