DSACMS / repo-scaffolder

Templates and commandline tools for creating repositories for US Federal open source projects
Creative Commons Zero v1.0 Universal
25 stars 10 forks source link

Add Workflow to Auto-Merge `main` into `dev` #64

Closed IsaacMilarky closed 8 months ago

IsaacMilarky commented 8 months ago

Add Workflow to Auto-Merge main into dev

Problem

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.