pantheon-systems / terminus-build-tools-plugin

Manage multidev environments for a Pantheon site using a GitHub PR workflow.
82 stars 68 forks source link

Add a create-before-push and git-commit-compare options for build:env:create #466

Closed davereid-pfg closed 1 year ago

davereid-pfg commented 1 year ago

Workflows that push code via CI tools do not always pass the commitChangesFile('HEAD', 'pantheon.yml') check because on branches, the HEAD commit may not contain the change to pantheon.yml, but a previous commit will on the same branch.

kporras07 commented 1 year ago

Merged. Thanks