ni / ni/ni-apis-python

GitHub actions should support multiple include paths

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement triage
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.

AB#3236145

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.