From 13e75b436181cc91415d5f0349740b97e406eb27 Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Thu, 13 Apr 2023 15:20:47 -0400 Subject: [PATCH] minor update to the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 734a61f8..37a23974 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ One or all fields can be provided for fine-grained matching. The fields are defined as follows: * `all`: all of the provided options must match in order for the label to be applied * `any`: if any of the provided options match then a label will be applied -* `base-branch`: match a regexp against the base branch name -* `changed-files`: match a glob against the changed paths -* `head-branch`: match a regexp against the head branch name +* `base-branch`: match regexps against the base branch name +* `changed-files`: match glob patterns against the changed paths +* `head-branch`: match regexps against the head branch name If a base option is provided without a top-level key then it will default to `any`. More specifically, the following two configurations are equivalent: ```yml