Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAutomated translation PR adding webhook block documentation in 5 languages (German, Spanish, French, Japanese, Chinese) plus minor alt text consistency updates in Spanish and French trigger documentation.
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #2700 (docs changes)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Send English source files
Note over Lingo: Translate to 5 languages:<br/>ES, FR, DE, JA, ZH
Lingo->>Lingo: Process webhook.mdx content
Lingo->>Lingo: Generate translations
Lingo->>GH: Return translated files
GH->>Repo: Create PR #2702 with translations
GH->>Repo: Update i18n.lock checksums
Note over Repo: Ready for review
|
|
|
||
| ### Signierungsgeheimnis | ||
|
|
||
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature`Header hinzugefügt: |
Contributor
There was a problem hiding this comment.
syntax: missing space between backtick and "Header"
Suggested change
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature`Header hinzugefügt: | |
| Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature` Header hinzugefügt: |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/blocks/webhook.mdx
Line: 42:42
Comment:
**syntax:** missing space between backtick and "Header"
```suggestion
Optionales Geheimnis für die HMAC-SHA256-Payload-Signierung. Wenn angegeben, wird ein `X-Webhook-Signature` Header hinzugefügt:
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.| X-Webhook-Signature: t=1704067200000,v1=5d41402abc4b2a76b9719d911017c592... | ||
| ``` | ||
|
|
||
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1`Wert. |
Contributor
There was a problem hiding this comment.
syntax: missing space between backtick and "Wert"
Suggested change
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1`Wert. | |
| Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1` Wert. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/blocks/webhook.mdx
Line: 48:48
Comment:
**syntax:** missing space between backtick and "Wert"
```suggestion
Um Signaturen zu verifizieren, berechnen Sie `HMAC-SHA256(secret, "${timestamp}.${body}")` und vergleichen Sie mit dem `v1` Wert.
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.
waleedlatif1
added a commit
that referenced
this pull request
Jan 8, 2026
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks (#2700)
improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks
remove outdated block docs
updated docs
remove outdated tests
Commit: 5145ce1
Workflow: https://github.com/simstudioai/sim/actions/runs/20769875023
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos