change script

This commit is contained in:
2025-06-18 22:41:49 -05:00
parent f9b6bb9281
commit 9944f044c7

View File

@@ -103,7 +103,7 @@ def main():
continue
print(f">> Will tag issue #{issue_number} with '{stale_tag}'")
update_labels = list(update_labels | {stale_tag})
update_labels = list(update_labels | stale_tag)
# --- Make update with new labels ---