Glob from a specific base path
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
In the Azure pipelines task lib it's possible to provide a base path for glob patterns using a relative path. The actions/glob doesn't feature this.
It looks like I could use process.chdir to influence the working folder prior to globbing, but it rather not.
Is me only alternatieve to do path magic myself to pretend my base path for relative globs?
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 at the actions/glob entry point and compare its relative glob handling with the Azure Pipelines task's base-path behavior; avoid relying on process.chdir. Done means callers can provide a base path for relative glob patterns, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100