From 50e82122c4fb6b7e905c9ca0a390485f6675fd2e Mon Sep 17 00:00:00 2001 From: Stefan Wrobel Date: Sat, 5 Oct 2024 10:11:59 -0700 Subject: [PATCH] Fix "Author is member" in README (#152) It seems the correct YAML key is actually `author-in-team` https://github.com/srvaroa/labeler/blob/2673f66494a450dbbe596ae034b761ea47d80104/pkg/labeler.go#L25 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b98566..02a839d 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ This condition is satisfied when the author of the PR is an active member of the given team. ```yaml -author-is-member: CoreTeam +author-in-team: CoreTeam ``` ### Authors (PRs and Issues)