From 659aa19f6f02c27e5fb7af1a76fca2f5f8ea6744 Mon Sep 17 00:00:00 2001 From: Max Arndt <8988283+maxarndt@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:23:05 +0100 Subject: [PATCH] Clarify label sync behavior if description changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87e9c78..4c9ac46 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jobs: manifest: path/to/manifest/labels.yml ``` -If a label color changes, the same label is updated with the new color. If a label name changes, the previous label is deleted by default. +If a label color or description changes, the same label is updated with the new color or description. If a label name changes, the previous label is deleted by default. Also all existing labels which not listed in `manifest` will be deleted by default. All issues and PRs that were previously labeled with this label are now unlabeled.