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
11 changes: 5 additions & 6 deletions .github/workflows/open-prs-digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,11 @@ jobs:
id: claude
with:
use_vertex: "true"
prompt: |
Process the collected PR data from pr-data.json.
Follow SKILL.md instructions: pipe through score.jq,
classify Factor 4 for each PR, then pipe through format-output.jq with --arg mode slack.
Output ONLY the final Slack mrkdwn content — no surrounding explanation or code blocks.
claude_args: "--append-system-prompt-file ./hyperfleet-work-triage/skills/open-prs/SKILL.md.resolved --allowedTools Read,Glob,Grep --model claude-haiku-4-5@20251001"
prompt: |
Execute the /open-prs skill to process PR data and return formatted Slack output.
The collected PR data is in pr-data.json.
Output ONLY the final Slack mrkdwn content — no surrounding explanation or code blocks.
claude_args: "--append-system-prompt-file ./hyperfleet-work-triage/skills/open-prs/SKILL.md.resolved --allowedTools Read,Glob,Grep,Bash --model claude-haiku-4-5@20251001"
env:
ANTHROPIC_VERTEX_PROJECT_ID: ${{ secrets.ANTHROPIC_VERTEX_PROJECT_ID }}
CLOUD_ML_REGION: global
Expand Down