MAPL will soon be working toward a version 3 that will have incompatibilities to MAPL 2. This branch is now on this repository called release/MAPL-v3 and will allow the SI Team to make changes to this repository while not affecting develop directly.
What this PR does is add a GitHub Action so that any push to develop (aka, any PR merged into develop) also automatically makes a PR from develop into release/MAPL-v3.
:memo: Automatic PR:
develop
→release/MAPL-v3
Description
Add automatic PR for develop to MAPL3 branch
MAPL will soon be working toward a version 3 that will have incompatibilities to MAPL 2. This branch is now on this repository called
release/MAPL-v3
and will allow the SI Team to make changes to this repository while not affectingdevelop
directly.What this PR does is add a GitHub Action so that any push to
develop
(aka, any PR merged intodevelop
) also automatically makes a PR fromdevelop
intorelease/MAPL-v3
.This way, our tracking branch can keep