Roche / foxops

Templating for Git Repositories

Home Page:https://foxops.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle incarnation updates if a branch already exists

defreng opened this issue · comments

If a foxops update branch and/or MR already exists, it is just ignored and no additional one is created - no matter the change in there.

That's suboptimal, because the owner of the incarnation is not notified that even more changes are pending and need to be addressed.

Multiple options exist:

  • create new MR based on previous pending MR
  • create new MR with all changes to main and close old one
  • update existing MR with new changes