Skip to content

Commit

Permalink
Clarify label sync behavior (#46)
Browse files Browse the repository at this point in the history
#44

- If a label color changes, the same label is updated with the new color
- If a label name changes, the previous label is deleted. All issues and
  PRs that were previously labeled with this label are now unlabeled.
  • Loading branch information
br3ndonland authored Oct 9, 2020
1 parent f6f5b34 commit 7f0d8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ 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. All issues and PRs that were previously labeled with this label are now unlabeled.

## Sync labels on another repository

It is also possible to specify a repository as an input to the action. This is useful if you want to store your labels somewhere centrally and modify multiple repository labels.
Expand Down

0 comments on commit 7f0d8cf

Please sign in to comment.