You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BOB_PROMPT="Correct spelling and grammar of $(echo $RELEASE_NOTE_FILES | sed 's/releasenotes/@releasenotes/' ) . If possible, avoid redundancies and repetitions."
41
+
echo $BOB_PROMPT
42
+
bob "$BOB_PROMPT" --hide-intermediary-output --yolo > BOB_RESPONSE.txt
43
+
echo 'BOB_RESPONSE<<EOF' >> $GITHUB_OUTPUT
44
+
echo "Bob has some suggestions to improve the release notes:" >> $GITHUB_OUTPUT
0 commit comments