Missing github context `workspace` property
Open
Nobody has claimed this yet.
bug
github
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The github context's workspace property is not exposed from context.ts:
Expected behavior
Per the docs I expect to be able to access the workspace property on a github context.
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 packages/github/src/context.ts at the linked lines and inspect how the existing github context properties are exposed. Add the missing workspace property consistently with the surrounding context fields, then check the package's existing tests or validation commands. Done means consumers can access github.workspace as described in the GitHub Actions context documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100