-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify label sync behavior #44
Comments
I would also like to see this behavior documented. It's not clear to me if the repository using a source repo as a reference will remove any custom labels that are not included in that repository. It's not clear to me if the reference file is only sourced from the specified repository or if a local copy of that file could be used to append labels to the list. |
Sorry for the late reply 🙇♂️
Your assumption is correct! So please be careful if you try to change label names. |
#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.
Thanks for this action, it's really helpful.
It would be helpful to clarify the behavior of the action. Based on using the action and reading github.go, it appears to be doing the following:
Is this correct?
I'm happy to submit a PR to update the README with this info.
The text was updated successfully, but these errors were encountered: