GitHub actions should support multiple include paths
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 2
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 3
Description
Problem to Solve
The grpc-generator command supports specifying --proto-include-path multiple times, but the GitHub Actions workflows' proto-include-path input supports only a single string.
Proposed Solution
workflow_call inputs support only the types boolean, number, and string, so the easiest solution is to treat the proto-include-path input as a space-delimited list and add the prefix --proto-include-path to each element.
Contributor guide
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 with the GitHub Actions workflow definitions and the proto-include-path input, then trace how they construct the grpc-generator command. Verify that a space-delimited input produces one --proto-include-path option per path while preserving current single-path behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100