From 8de96e6132521fd3f0c73e154275343e81dfc5ad Mon Sep 17 00:00:00 2001 From: Galo Navarro Date: Fri, 10 Mar 2023 11:48:42 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 33a9932..cfebdf4 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ Implements an all-in-one [GitHub Action](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) -that can manage multiple labels for both pull requests and Issues using +that can manage multiple labels for both Pull Requests and Issues using configurable matching rules. Available conditions: -* [Author can merge](#author-can-merge) -* [Authors](#authors) -* [Base branch](#base-branch) -* [Body](#body) -* [Branch](#branch) -* [Draft](#draft) -* [Files](#files) -* [Mergeable](#mergeable) -* [Size](#size) -* [Title](#title) +* [Author can merge](#author-can-merge): label based on whether the author can merge the PR +* [Authors](#authors): label based on the PR/Issue authors +* [Base branch](#base-branch): label based on the PR's base branch +* [Body](#body): label based on the PR/Issue body +* [Branch](#branch): label based on the PR branch +* [Draft](#draft): label based on whether the branch is mergeable +* [Files](#files): label based on the files modified in the PR +* [Mergeable](#mergeable): label based o whether the PR is mergeable +* [Size](#size): label based on the PR size +* [Title](#title): label based on the PR/Issue title ## Sponsors