docs: fix GitHub Actions spelling in reporter and documentation#643
Merged
chenjiahan merged 1 commit intomainfrom Oct 23, 2025
Merged
docs: fix GitHub Actions spelling in reporter and documentation#643chenjiahan merged 1 commit intomainfrom
chenjiahan merged 1 commit intomainfrom
Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects the spelling of "GitHub Actions" across documentation and reporter code, changing inconsistent usage of "Github actions" and "github actions" to the proper capitalized form "GitHub Actions".
Key Changes:
- Standardized capitalization of "GitHub Actions" in English and Chinese documentation
- Updated log message in GitHub Actions reporter to use correct capitalization and improved grammar
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/zh/config/test/reporters.mdx | Updated Chinese documentation to use proper "GitHub Actions" capitalization in heading and body text |
| website/docs/en/config/test/reporters.mdx | Updated English documentation to use proper "GitHub Actions" capitalization in heading and body text |
| packages/core/src/reporter/githubActions.ts | Corrected log message capitalization and grammar from "error for github actions" to "Error for GitHub Actions" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
9aoy
approved these changes
Oct 23, 2025
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
Fix GitHub Actions spelling in reporter and documentation (
github actions->GitHub Actions).Checklist