skyworksinc / .github

Github Templates and Actions
0 stars 1 forks source link

Template Workflow to Update the ids Workflows #6

Open curtisma opened 3 years ago

curtisma commented 3 years ago

Problem Statement

When the template workflows are updated, the updates don't get propagated to all the projects. Manually updating them all would be too time consumung. We need a better way to update each project's workflows.

Proposed Solution

We will create a new template workflow that will update that project's ids workflows with the latest from the .github repo and then commit them back to the master branch.

We will need to be careful to preserve any customization required on the workflows. If we can find a way to avoid having to customize a workflow that would avoid this issue.

Alternatives Considered

Proposed Action Plan

  1. we'll do this
  2. We'll do that
  3. Then we'll add tests for this and that.