diff --git a/README.md b/README.md index f9d14a899..ed4ba9623 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ 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 for the label to be applied - `any`: if ANY of the provided options match then the label will be applied - - `base-branch`: match regexps against the base branch name - - `head-branch`: match regexps against the head branch name - - `changed-files`: match glob patterns against the changed paths - - `any-glob-to-any-file`: ANY glob must match against ANY changed file - - `any-glob-to-all-files`: ANY glob must match against ALL changed files - - `all-globs-to-any-file`: ALL globs must match against ANY changed file - - `all-globs-to-all-files`: ALL globs must match against ALL changed files +- `base-branch`: match regexps against the base branch name +- `head-branch`: match regexps against the head branch name +- `changed-files`: match glob patterns against the changed paths + - `any-glob-to-any-file`: ANY glob must match against ANY changed file + - `any-glob-to-all-files`: ANY glob must match against ALL changed files + - `all-globs-to-any-file`: ALL globs must match against ANY changed file + - `all-globs-to-all-files`: ALL globs must match against ALL changed files 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 @@ -319,4 +319,4 @@ Once you confirm that the updated configuration files function as intended, you ## Contributions -Contributions are welcome! See the [Contributor's Guide](CONTRIBUTING.md). \ No newline at end of file +Contributions are welcome! See the [Contributor's Guide](CONTRIBUTING.md).