uni icon indicating copy to clipboard operation
uni copied to clipboard

Make automated action that creates a PR to develop if a PR is merged directly into master

Open LuisDuarte1 opened this issue 2 years ago • 1 comments

In this way we can adopt the fix workflow that we discussed in the past Thursday meeting:

  1. Make fix on the master branch
  2. Make a PR into the master branch
  3. Upon merging, the action will automatically create a PR to merge this changes into develop
  4. If necessary, do some fixes to work in the develop branch
  5. Upon approval, merge into develop

I think this is the most streamlined and error-free approach into getting fixes done in master but also in develop. Maybe this should be a seperate action workflow, and maybe done on a seperate issue, that listens to merged pull request events into `master, wdyt?

Originally posted by @LuisDuarte1 in https://github.com/NIAEFEUP/uni/pull/930#discussion_r1313153465

LuisDuarte1 avatar Sep 01 '23 15:09 LuisDuarte1

When migrating to Fastlane, we could use this plugin I made:

https://github.com/bartekpacia/fastlane-plugin-get_new_build_number

bartekpacia avatar Mar 21 '24 14:03 bartekpacia