insightsengineering / insightsengineering/setup-r-dependencies
Should it try to replace branches in `REMOTES` with current branch?
Open
core
enhancement
question
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `setup-dependencies` does not try to replace the branches defined in `Remotes` with the current branch (if exists).
If I understand the code correctly, this "feature" is only available for the repositories in the `lookup-refs` parameter.
#### Proposed workflow:
- Iterate on each of the Remotes field
- Check if a branch exists with the same name
- Replace `@` with ``@``
- Use modified `DESCRIPTION` file
Contributor guide
Assessment
This issue has not been assessed yet.