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
feat: Add diff issue creation after system prompt update
- Add step to get old SYSTEM_PROMPT value before updating
- Save old value to /tmp/old_value.txt using base64 encoding
- Add create-diff-issue job that runs after update:
- Reads old value from temp file and new value from system_prompt.md
- Generates diff showing changes between old and new values
- Creates issue with title "[工作流] 提示词更新 <run_id>"
- Issue body starts with "[工作流运行 #<run_id>](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID})"
- Adds 'workflow' and 'documentation' labels to the issue
Co-Authored-By: Claude (mimo-v2-flash) <[email protected]>
0 commit comments