Skip to content

Commit cdbb559

Browse files
authored
Update docathon-label-sync.py
1 parent 61e3865 commit cdbb559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/docathon-label-sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
if not labels_to_add:
3838
print("The pull request already has the same labels.")
3939
return
40-
pull_request.set_labels(*labels_to_add)
40+
pull_request.add_to_labels(*labels_to_add)
4141
print("Labels added to the pull request!")
4242

4343

0 commit comments

Comments
 (0)