Skip to content

Refactor GitHub Workflow to Separate Context and Input Configuration #17

Closed
@virgofx

Description

@virgofx

Refactor the GitHub workflow by separating the configuration inputs and migrating context logic from github.ts into a new context.ts. This will modularize the workflow, making it more maintainable and scalable.

Tasks

  1. Create context.ts: Move GitHub API initialization, context management (github.context), and related functions into a new file.
  2. Refactor github.ts: Remove context-related logic and update the file to use the new context.ts.
  3. Update Workflow: Ensure the main workflow and dependent files use the new modular structure.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions