Skip to content

Conversation

@vercel-ai-sdk
Copy link
Contributor

@vercel-ai-sdk vercel-ai-sdk bot commented Jan 29, 2026

This is an automated backport of #12113 to the release-v5.0 branch. FYI @dancer

## background

triage workflow fails for PRs targeting `release-v5.0` because shallow
checkout doesn't have enough history to find merge base:
```
fatal: origin/release-v5.0...HEAD: no merge base
```

also, output variable was `changed_files` but prompt referenced
`outputs.files`

## summary

- add `fetch-depth: 0` to checkout step to fetch full history
- fix output variable name from `changed_files` to `files`
- remove redundant `git fetch` command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants