Hey Everyone - I am seeing something really weird and I am not sure if it's my lack of understanding about Github PRs or if it's a bug.
I created a repo as an example of what's happening. https://github.com/austinbv/test-pr
The general workflow we are attempting:
- Developers work in a feature branch (https://github.com/austinbv/test-pr/tree/flowthrough)
- Developer pushes Feature branch and creates a PR from Feature branch into
master
(austinbv/test-pr#1) - Feature branch gets merged into master (austinbv/test-pr#1)
- After a while, we cut a release by creating a PR from
master
into aprod
(austinbv/test-pr#2) master
is merged intoprod
(austinbv/test-pr#2)