nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
23 stars 4 forks source link

Move the "sample project generating" from "after merging new PRs into develop" to "directly refreshing the updates on each PR" #255

Closed luongvo closed 1 year ago

luongvo commented 1 year ago

Why

Original RFC #219

There is a workflow to generate and update the sample project for referencing, which will be triggered on the merge commit to generate the sample project, commit and push all new changes. Instead of generating & updating the sample project after merging new PRs into the develop, we can do it directly on each PR. That means, after making and pushing some changes in the template structure into a PR, there is a new workflow that will generate and push a new commit directly into that PR to show the new updates for the sample project.

To achieve this:

Who Benefits?

Developers