Conversation
Greptile SummaryThis PR makes a single change to
Confidence Score: 2/5
Important Files Changed
Prompt To Fix All With AIThis is a comment left during a code review.
Path: README.md
Line: 1
Comment:
**Unprofessional badge label with trailing exclamation marks**
The badge display text was changed from `(Runtime) Build and Test` to `(Runtime) Test and Build!!!!`. The four trailing exclamation marks (`!!!!`) are unprofessional and inappropriate for a public-facing README. Additionally, the word order was changed from "Build and Test" to "Test and Build", which doesn't match the underlying workflow name `runtime_build_and_test.yml`.
```suggestion
# [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request)
```
How can I resolve this? If you propose a fix, please make it concise.Last reviewed commit: 9171e53 |
| @@ -1,4 +1,4 @@ | |||
| # [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request) | |||
| # [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request) | |||
There was a problem hiding this comment.
Unprofessional badge label with trailing exclamation marks
The badge display text was changed from (Runtime) Build and Test to (Runtime) Test and Build!!!!. The four trailing exclamation marks (!!!!) are unprofessional and inappropriate for a public-facing README. Additionally, the word order was changed from "Build and Test" to "Test and Build", which doesn't match the underlying workflow name runtime_build_and_test.yml.
| # [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request) | |
| # [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request) |
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 1
Comment:
**Unprofessional badge label with trailing exclamation marks**
The badge display text was changed from `(Runtime) Build and Test` to `(Runtime) Test and Build!!!!`. The four trailing exclamation marks (`!!!!`) are unprofessional and inappropriate for a public-facing README. Additionally, the word order was changed from "Build and Test" to "Test and Build", which doesn't match the underlying workflow name `runtime_build_and_test.yml`.
```suggestion
# [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request)
```
How can I resolve this? If you propose a fix, please make it concise.|
Upstream PR was closed or merged. Code is synced via branch mirror. |
Mirror of facebook/react#36018
Original author: faithkamande029-cloud
Summary
How did you test this change?