Skip to content

Commit 26c86c3

Browse files
authored
Clarify label sync behavior if description changes (#52)
1 parent 80d2462 commit 26c86c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
manifest: path/to/manifest/labels.yml
5858
```
5959

60-
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.
60+
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.
6161
Also all existing labels which not listed in `manifest` will be deleted by default.
6262
All issues and PRs that were previously labeled with this label are now unlabeled.
6363

0 commit comments

Comments
 (0)