Multiple paths and wrong diff file name
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 5
- Avg merge
- 2h 58m
- Merged PRs (30d)
- 45
Description
- can not get new file name https://github.com/itering/helixrelayer/pull/8#issuecomment-2249743127
- wrong changed file name(configure.itering.json -> .itering.json) https://github.com/itering/helixrelayer/pull/8#issuecomment-2249743163
- looks not support multiple paths.
with: base: | old/path_a old/path_b head: | path_a path_b
Contributor guide
No contributing guide indexed for this repository
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 by tracing the GitHub Action inputs that handle base and head paths, using the multiline example in this issue to reproduce the behavior. Compare the generated diff filenames with the requested paths and verify that new files and multiple paths are handled correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100