File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ Checks diff for matching lines.
827827| Argument | Usage | Type | Description |
828828| ------ | ---------| -----------| ------------------------------------------------ |
829829| - | Input | [ Object] | The list of objects |
830- | ` regex ` | Input | String | Regex term to match with the input items, use ` \ ` for ` \ ` |
830+ | ` regex ` | Input | String | Regex term to match with the input items, use ` \\ ` for ` \ ` |
831831| ` ignoreWhiteSpaces ` | Input | Bool | ` false ` by default, match a named attribute in the input object |
832832| :octicons-beaker-24: ` caseSensitive ` | Input | Bool | ` true ` by default, ignore case when matching terms |
833833| - | Output | [ Bool] | ` true ` for every matching object |
@@ -865,7 +865,7 @@ Then you can use the thresholds to get the right reviewer.
865865</div >
866866
867867Check if the branch author is a rookie
868- Check if the branch author is a rookie
868+
869869``` yaml+jinja
870870active_coders: {{ repo | rankByGitActivity(gt=50, weeks=12) }}
871871```
You can’t perform that action at this time.
0 commit comments