From 234c25ebc8e6109c405cde47a3119577a184d415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cuf=C3=AD?= Date: Mon, 9 Mar 2026 15:11:52 +0100 Subject: [PATCH] Fix the indentation of the list of fields The list of fields had incorrectly indented a bunch of fields under `any`. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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).