Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration to ignore files when running git status checks #674

Open
mrdavidburns opened this issue Aug 30, 2024 · 1 comment
Open

Comments

@mrdavidburns
Copy link
Member

The addition of git status check as part of the Static Tests is a nice addition.
However, I can see some projects where there could be a rare exception for a file to not be committed to git.

Could we add configuration to drainpipe's composer.json for this functionality?

proposed solution:

"extra": {  
      "drainpipe": {
            "github": [
                "PantheonReviewApps",
                "Security"
            ],
           "git-assume-unchaged": [
                ".tugboat/config.yml",
            ],
        },
    },
}
@deviantintegral
Copy link
Member

I don't see how the above example could work. Tugboat reads config.yml when it builds a preview, so any changes made to the file won't take effect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants