# `labels` Each scope can define an associated label. The label will be added to a PR automatically when a scope matches. ```toml [[scopes]] name = "app" paths = ["app/**/*"] labels = ["review/app"] ``` You can also use aliases in the `labels` list to reference predefined label groups.