docs(slack): remove archival reference from Download files#4867
Conversation
…Marketplace guidelines
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview In en, de, es, and fr Reviewed by Cursor Bugbot for commit 67f947c. Configure here. |
Greptile SummaryRemoves the word "archival" from the "Download files" capability description in the Slack tool docs to comply with Slack Marketplace app guidelines. The change is applied consistently across all four locale files (
Confidence Score: 5/5This is a documentation-only change with no logic or code modifications — safe to merge. Each changed file has exactly one line updated, the wording change is consistent and accurate across all four locales, and no code, configuration, or API behavior is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Slack Marketplace Review] -->|Flags archival language| B[PR: Update Download files description]
B --> C[en/tools/slack.mdx]
B --> D[de/tools/slack.mdx]
B --> E[es/tools/slack.mdx]
B --> F[fr/tools/slack.mdx]
C -->|processing or archival| G[processing within a workflow]
D -->|Verarbeitung oder Archivierung| H[Verarbeitung in einem Workflow]
E -->|procesamiento o archivo| I[procesamiento en un flujo de trabajo]
F -->|traitement ou archivage| J[traitement dans un workflow]
Reviews (1): Last reviewed commit: "docs(slack): remove archival reference f..." | Re-trigger Greptile |
Summary
Slack Marketplace approved the app on the condition that the docs not reference archiving/backing up Slack data (per https://docs.slack.dev/slack-marketplace/slack-marketplace-app-guidelines-and-requirements/#suitable). The reviewer flagged the "Download files" line.
en(flagged) plus thede/es/frtranslations that mirror the same phrase.Other
is_archived/excludeArchived/slack.com/archives/...references are legitimate API fields/params and are left as-is.Type of Change
Testing
Manual — verified no remaining archival use-case language in the Slack docs.
Checklist