Allow Builder to ignore certain files when responding to Github webhooks #5143
Labels
Documentation
Flags an issue / PR for attention by the technical documentation team
Stale
Type: Feature
Issues that describe a new desired feature
Currently, you can specify fileglobs in
.bldr.toml
what determine when to trigger a build; if a changed file matches the glob, build.Sometimes, though, it can be useful to specify the inverse. A commit that consists of only a
README
change, for example, shouldn't be creating a new package.We should have a way to express this in
.bldr.toml
The text was updated successfully, but these errors were encountered: