Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/autogen-docs-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ jobs:
--model claude-opus-4-7
--max-turns 30
--allowedTools "Bash(gh:*),Write"
# This step's only job is composing a JSON summary from
# `gh pr view` output -- it has no use for this repo's own
# CLAUDE.md/.claude project config, and loading it just
# invites Claude to wander into unrelated workflows that
# the tool allowlist above denies.
--setting-sources user
prompt: |
You are running in GitHub Actions with no interactive user.
Follow these steps exactly and do NOT ask clarifying
Expand Down