Before, it was possible for main to get ahead of the dev branch and cause problems for people wanting to contribute to dev without first creating a PR.
Solution
With this new workflow, dev will always be up to date with main and the workflow will be available for anyone to use.
Add Workflow to Auto-Merge
main
intodev
Problem
Before, it was possible for
main
to get ahead of thedev
branch and cause problems for people wanting to contribute todev
without first creating a PR.Solution
With this new workflow,
dev
will always be up to date withmain
and the workflow will be available for anyone to use.