@@ -118,7 +118,7 @@ The workflow compares the base branch with the PR branch and checks which files
118118To customize the workflow:
119119
1201201 . ** Change language directories** : Update the ` paths ` section in the workflow file
121- 2 . ** Change team name** : Replace ` docs-maintainers ` with your team slug in the workflow
121+ 2 . ** Change team name** : Replace ` docs-maintainer ` with your team slug in the workflow
1221223 . ** Modify comment messages** : Edit the comment templates in the workflow's ` script ` sections
123123
124124## 📝 Example Usage
@@ -128,7 +128,7 @@ To customize the workflow:
1281281 . Developer creates a PR that updates ` /docs/en/guide.md `
1291292 . Workflow posts a comment noting that Chinese and Japanese versions are missing
1301303 . Anyone comments ` /translate-request ` to indicate translation is needed
131- 4 . A docs-maintainers team member reviews and comments ` /translate-approve `
131+ 4 . A docs-maintainer team member reviews and comments ` /translate-approve `
1321325 . The workflow confirms approval and adds the ` translation-approved ` label
1331336 . (Your translation job or process would then be triggered based on this label)
134134
@@ -150,7 +150,7 @@ This workflow focuses on **detection and approval**. To actually run translation
150150- ** Solution:** Verify that changes are in the docs directories and only 1-2 languages are affected
151151
152152** Issue:** Approval not working
153- - ** Solution:** Confirm user is a member of the ` StarRocks/docs-maintainers ` team and ` ORG_READ_TOKEN ` is properly configured
153+ - ** Solution:** Confirm user is a member of the ` StarRocks/docs-maintainer ` team and ` ORG_READ_TOKEN ` is properly configured
154154
155155** Issue:** "The GitHub token has the necessary permissions to check team membership" error
156156- ** Solution:** Create a Personal Access Token with ` read:org ` scope and add it as ` ORG_READ_TOKEN ` secret in repository settings
0 commit comments