hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

feat: repository staged changes #273

Closed roleyfoley closed 3 years ago

roleyfoley commented 3 years ago

Intent of Change

Description

Adds support for deferring repository save events to a later date instead of commit at the end of an action.

Motivation and Context

This allows you to perform a number of changes under a single task such as a full release and then save the changes at the end of the process. This also ensures that deploys and build states don't get out of whack if they are all done in the same pipeline

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: