Tess
Tess
Some workflows require tags be enforced for builds rather than branch name. Adding this option enables those workflows to work: ```yaml git: desc: "Pushes a directory to a git remote"...
The pantheon review action (vendor/lullabot/drainpipe/scaffold/github/actions/pantheon/review/action.yml) currently always wipes an env if it exists and reloads the database from live. In some workflows, this is counterproductive as database-side configurations need to...
Whenever using lullabot/drainpipe-dev, web/sites/sites.php is overwritten even if overwrite is set to false. This destroys multisite configs and renders Drainpipe useless for installing multisites.
At present, pantheon:fetch-db can only fetch from the live environment. It would be nice if that could be overridden with an environment variable in the same manner as DB_DIR. By...
During a PantheonReviewApps build, with no 'update' task in the project's Taskfile.yml, the following error occurs: ``` Failed to execute command ./vendor/bin/task -l | grep '* update: '): exit status...
In PantheonReviewApps.yml, the ./.github/actions/drainpipe/pantheon/review action calls out to https://api.github.com. This fails immediately on Github Enterprise instances which have a different URL. There is no way to customize the URL through...