mirror of
https://github.com/langgenius/dify.git
synced 2026-03-02 04:01:14 -05:00
chore(ci): fold pyrefly diff comments (#32685)
This commit is contained in:
9
.github/workflows/pyrefly-diff.yml
vendored
9
.github/workflows/pyrefly-diff.yml
vendored
@@ -74,7 +74,14 @@ jobs:
|
||||
}
|
||||
|
||||
const body = diff.trim()
|
||||
? `### Pyrefly Diff (base → PR)\n\`\`\`diff\n${diff}\n\`\`\``
|
||||
? `### Pyrefly Diff
|
||||
<details>
|
||||
<summary>base → PR</summary>
|
||||
|
||||
\`\`\`diff
|
||||
${diff}
|
||||
\`\`\`
|
||||
</details>`
|
||||
: '### Pyrefly Diff\nNo changes detected.';
|
||||
|
||||
await github.rest.issues.createComment({
|
||||
|
||||
Reference in New Issue
Block a user