chore(translations): add [no changelog] to Crowdin pull commit message
What changed, and why it matters
This commit only changes the automated message used when the project pulls translation updates from Crowdin. It adds a '[no changelog]' tag so the translation sync does not appear in release notes. There is no security relevance.
No action needed; this is a benign CI metadata change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .github/workflows/crowdin-pull.yml, expanding the commit-message field of the peter-evans/create-pull-request GitHub Action from a single-line string to a multi-line string that includes ‘[no changelog]’ in the commit body. No code, secrets, permissions, inputs, or workflow logic are changed.
Changed components
.github/workflows/crowdin-pull.ymlInspect captured patch +4 / −1
diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml
index 001feb95..d52909f1 100644
--- a/.github/workflows/crowdin-pull.yml
+++ b/.github/workflows/crowdin-pull.yml
@@ -68,7 +68,10 @@ jobs:
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # peter-evans/create-pull-request@v8.1.0
with:
token: ${{ steps.trezor-bot-token.outputs.token }}
- commit-message: "chore(translations): sync Crowdin translations"
+ commit-message: |
+ chore(translations): sync Crowdin translations
+
+ [no changelog]
title: "Crowdin translations update"
body: "Automated update of translations pulled from Crowdin."
branch: ci/crowdin-sync-${{ github.ref_name }}-${{ github.run_id }}
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.