You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most cases we would want no file differences before and after a pull request builds a project. Running git status should show any files that do not match changes committed to the repository.
Do we block the PR from being merged?
It may be intentional that we're not committing all changes from composer install. For example Drainpipe may have customized changes inside the .tugboat/scripts which a developer doesn't want to commit to the project.
The text was updated successfully, but these errors were encountered:
In most cases we would want no file differences before and after a pull request builds a project. Running
git status
should show any files that do not match changes committed to the repository.composer install
. For example Drainpipe may have customized changes inside the.tugboat/scripts
which a developer doesn't want to commit to the project.The text was updated successfully, but these errors were encountered: