From 908d43c29ec0735ba0ea7ce31c257c62417d86b3 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Fri, 2 Jun 2023 10:15:07 +0200 Subject: [PATCH] docs: add info about the danger of label deletion --- website/docs/r/issue_labels.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/issue_labels.html.markdown b/website/docs/r/issue_labels.html.markdown index d3deb7df21..b912fd4d13 100644 --- a/website/docs/r/issue_labels.html.markdown +++ b/website/docs/r/issue_labels.html.markdown @@ -16,7 +16,7 @@ GitHub organization. This resource is authoritative. For adding a label to a repo in a non-authoritative manner, use github_issue_label instead. -If you change the case of a label's name, its' color, or description, this resource will edit the existing label to match the new values. However, if you change the name of a label, this resource will create a new label with the new name and delete the old label. +If you change the case of a label's name, its' color, or description, this resource will edit the existing label to match the new values. However, if you change the name of a label, this resource will create a new label with the new name and delete the old label. Beware that this will remove the label from any issues it was previously attached to. ## Example Usage