Update litegraph 0.8.76 (#2496)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-02-10 15:30:46 -05:00
committed by GitHub
parent 9051ab8d7a
commit d7a0ee8703
10 changed files with 114 additions and 6 deletions

View File

@@ -26,8 +26,10 @@ try {
// Create the PR
console.log('Creating PR...')
const prBody = `Automated update of litegraph to version ${newVersion}.
Ref: https://github.com/Comfy-Org/litegraph.js/releases/tag/v${newVersion}`
execSync(
`gh pr create --title "Update litegraph ${newVersion}" --label "dependencies" --body "Automated update of litegraph to version ${newVersion}"`,
`gh pr create --title "Update litegraph ${newVersion}" --label "dependencies" --body "${prBody}"`,
{ stdio: 'inherit' }
)