Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/smoke-ci.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/smoke-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ engine:
command: >-
bash -lc 'if [ "${GITHUB_EVENT_NAME}" = "pull_request" ]; then safeoutputs
add_comment --body "✅ smoke-ci: safeoutputs CLI comment only run (${GITHUB_RUN_ID})";
else echo "smoke-ci: push event - no PR context, skipping add_comment"; fi'
else safeoutputs noop --message "smoke-ci: push event - no PR context, no action needed"; fi'
Comment on lines 18 to +20
tools:
mount-as-clis: true
safe-outputs:
Expand All @@ -32,4 +32,5 @@ strict: true
---

Run exactly one CLI action: use the mounted `safeoutputs` CLI to add a short comment.
If there is no PR context, use `safeoutputs noop` with a brief message.
Do not call any LLM tools or perform any additional analysis.
Loading