Greg Anderson
Greg Anderson
I created an internal ticket, https://getpantheon.atlassian.net/browse/CMS-753, to track this. If you encounter bugs that are interfering with your development workflow, submitting a support request will generally be higher visibility than...
One thing that comes to mind, though, is to ensure that the token that you've set has the right roles to delete PRs. That is one thing that could cause...
Ah, great, that's good info. We'll assign someone to look at this and update the API call.
In Terminus 1.0 and later, Drush should be called as follows: `$ terminus drush site.env -- cc all` Quoting the Drush command and parameters was how Terminus 0.x did it,...
Note also that the underlying API that Terminus uses does not report all tags, so this PR will not behave correctly in all circumstances.
It might make sense to roll another Terminus 1.x release to get this message updated & also fix the fatal error that happens when Terminus 1.x detects an incompatible plugin....
If you remove the version of Terminus you have installed, and then use the Terminus installer to install a new version of Terminus, then you will get Terminus 3 and...
The tests need updating here. Is `[error]` an acceptable output for users who are not logged in, @TeslaDethray ?
OK we'll allow for non-erroneous, non-status-0 exits in the upstream then.
Maybe this has something to do with I/O redirection; this is something that changed post-1.0.0. Does it work better to run the commands non-interactively, e.g.: `terminus -n drush craft-council.sprint --...