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: 1. Remove the lockfile on the head branch. 2. Copy in the latest lockfile from the base branch. 3. Make a commit and merge in base branch? 4. Relock the env 6. Push the new lockfile. Thoughts @jaimergp?