From 938f9c989307616e7bcdc297e729796068dded54 Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Sun, 26 Mar 2023 09:46:29 -0400 Subject: [PATCH] Update the readme a little more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cff48d..734a61f8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ label1: - changed-files: ['example1/*'] ``` -From a boolean logic perspective, top-level match objects are `AND`-ed together and individual match rules within an object are `OR`-ed. If path globs are combined with `!` negation, you can write complex matching rules. +From a boolean logic perspective, top-level match objects, and options within `all` are `AND`-ed together and individual match rules within the `any` object are `OR`-ed. If path globs are combined with `!` negation, you can write complex matching rules. #### Basic Examples