Skip to content

Commit

Permalink
Update docathon-label-sync.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars authored May 30, 2024
1 parent 61e3865 commit cdbb559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/docathon-label-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
if not labels_to_add:
print("The pull request already has the same labels.")
return
pull_request.set_labels(*labels_to_add)
pull_request.add_to_labels(*labels_to_add)
print("Labels added to the pull request!")


Expand Down

0 comments on commit cdbb559

Please sign in to comment.