change script
This commit is contained in:
@@ -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 ---
|
||||
|
Reference in New Issue
Block a user