For PRs where the are merge conflicts on the lock file, it'd be nice for the /relock-conda command to be able to resolve the conflicts.
Here is one idea:
- Remove the lockfile on the head branch.
- Copy in the latest lockfile from the base branch.
- Make a commit and merge in base branch?
- Relock the env
- Push the new lockfile.
Thoughts @jaimergp?
For PRs where the are merge conflicts on the lock file, it'd be nice for the /relock-conda command to be able to resolve the conflicts.
Here is one idea:
Thoughts @jaimergp?