mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
ci
This commit is contained in:
@@ -49,9 +49,9 @@ async function main() {
|
||||
continue
|
||||
}
|
||||
|
||||
// Get diff from PR base to PR head and apply it
|
||||
// Get diff from dev to PR head (PR's changes)
|
||||
console.log(` Getting diff for PR #${pr.number}...`)
|
||||
const diff = await $`git diff HEAD...pr-${pr.number}`.nothrow()
|
||||
const diff = await $`git diff dev..pr-${pr.number}`.nothrow()
|
||||
if (diff.exitCode !== 0) {
|
||||
console.log(` Failed to get diff for PR #${pr.number}`)
|
||||
console.log(` Error: ${diff.stderr}`)
|
||||
|
||||
Reference in New Issue
Block a user