Problem Statement
Currently the process command requires a local JSON file path via --issue. Users should be able to process an existing GitHub issue by ID.
Proposed Solution
Support --repo owner/name --number 123 flags in process.go.
If these flags are present, fetch the issue using the GitHub client before starting the pipeline.
Feature Scope
Problem Statement
Currently the
processcommand requires a local JSON file path via--issue. Users should be able to process an existing GitHub issue by ID.Proposed Solution
Support
--repo owner/name --number 123flags inprocess.go.If these flags are present, fetch the issue using the GitHub client before starting the pipeline.
Feature Scope