`Fail` should be `Failed`
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 1.4k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 24
Description
- At some point, (after this repository starts merging PRs,) I can see about doing a review of the grammar of error messages, but mentioned in https://github.com/actions/runner/issues/449,
Failreally should beFailed:
https://github.com/actions/runner/blob/651077689df5da4bd2ec58104f173e009af6d39f/src/Runner.Worker/Expressions/HashFilesFunction.cs#L115
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/Runner.Worker/Expressions/HashFilesFunction.cs around line 115 and inspect the error message referenced by this issue and actions/runner#449. Update the wording from “Fail” to “Failed,” then verify that the resulting error message uses the corrected grammar.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100