From a00f1d7b236a0b1894a3a335fb67ff0d2f89f977 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 4 Mar 2021 16:35:37 +0100 Subject: [PATCH 1/2] Clarify how autolabeler matcher configurations work --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 913cbcc67..63d62893e 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,8 @@ Pull requests with the label "feature" or "fix" will now be grouped together: Screenshot of generated draft release with categories -Adding such labels to your PRs can be automated by using [PR Labeler](https://github.com/TimonVS/pr-labeler-action) or [Probot Auto Labeler](https://github.com/probot/autolabeler). +Adding such labels to your PRs can be automated by using the embedded Autolabeler functionality (see below), +[PR Labeler](https://github.com/TimonVS/pr-labeler-action) or [Probot Auto Labeler](https://github.com/probot/autolabeler). ## Exclude Pull Requests @@ -273,6 +274,7 @@ replacers: ## Autolabeler You can add automatically a label into a pull request, with the `autolabeler` option. Available matchers are `files` (glob), `branch` (regex), `title` (regex) and `body` (regex). +Matchers are evaluated independently, the label will be set if at least one of the matchers meets the criteria. ```yml autolabeler: From 0b0266fe222754e30baca4541d4d6880f436aa2e Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Fri, 5 Mar 2021 08:16:00 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Basil Crow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d62893e..58c0bb573 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ replacers: ## Autolabeler You can add automatically a label into a pull request, with the `autolabeler` option. Available matchers are `files` (glob), `branch` (regex), `title` (regex) and `body` (regex). -Matchers are evaluated independently, the label will be set if at least one of the matchers meets the criteria. +Matchers are evaluated independently; the label will be set if at least one of the matchers meets the criteria. ```yml autolabeler: