Skip to content

Commit

Permalink
Clarify label sync behavior if description changes (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxarndt authored Dec 14, 2020
1 parent 80d2462 commit 26c86c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 26c86c3

Please sign in to comment.