-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommitted.toml
More file actions
25 lines (25 loc) · 757 Bytes
/
Copy pathcommitted.toml
File metadata and controls
25 lines (25 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
subject_length = 100
style = "conventional"
allowed_types = ["refactor", "chore", "feat", "docs", "test", "fix", "ci"]
# Generated using `cargo boil image list --pretty never | jq 'keys'` + boil, patchable
# start:scopes: autogenerated by .scripts/local/update_allowed_scopes.sh
# Disabling for onw until we can allow '<scope>/*'
# allowed_scopes = [
# "build-container-image",
# "build-product-image",
# "check-pr-title",
# "detect-changes",
# "free-disk-space",
# "publish-helm-chart",
# "publish-image",
# "publish-image-index-manifest",
# "run-integration-test",
# "run-openshift-preflight",
# "run-pre-commit",
# "run-prek",
# "send-slack-notification",
# "setup-k8s-tools",
# "setup-tools",
# "shard",
# ]
# end:scopes