Skip to content

Commit baa2b63

Browse files
committed
docs: s/if absent/default/
1 parent a4bac53 commit baa2b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/config_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ A **label rule** specifies whether or not a Slack channel should be notified, ba
119119
]
120120
},
121121
```
122-
| value | description | if absent |
122+
| value | description | default |
123123
|-|-|-|
124124
| `default_channel` | same behavior as label rule `default_channel` | |
125125
| `filter_main_branch` | if true and `main_branch_name` is declared, use main branch to filter rules that have no local filter; otherwise, don't apply branch filtering and show `distinct` commits only | false |
@@ -134,7 +134,7 @@ Branch filters limit rule application to selected branches, and shows _all_ comm
134134
The filters can be declared globally with `filter_main_branch` (see above), or locally per rule with `branch_filters`, where the latter takes precedence.
135135
To ignore a globally declared filter for a single rule, declare one locally with an empty list, as shown in the example above.
136136

137-
| value | description | if absent |
137+
| value | description | default |
138138
|-|-|-|
139139
| `match` | if commit files have any prefix in this list, they should be routed to the channel | all prefixes matched |
140140
| `ignore` | if commit files have any prefix in this list, they shouldn't be routed to the channel (even if they have any `match` prefixes) | fall back on `match` field behavior |

0 commit comments

Comments
 (0)