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

When checking which packages changed, ignore commits with "[skip ci]" #38

Open
giltayar opened this issue Feb 2, 2021 · 0 comments
Open

Comments

@giltayar
Copy link
Owner

giltayar commented Feb 2, 2021

There is a convention in CI where if you write "[skip ci]" in the commit, then the CI shouldn't run because it's a commit that doesn't really need a build. Unfortunately, that won't work with Bilt, because the next build will look at this commit and say that some packages need change.

So Bilt should ignore commits with "[skip ci]" in their commit. Obviously, this string needs to be configurable via .biltrc.

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

No branches or pull requests

1 participant