We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e3865 commit cdbb559Copy full SHA for cdbb559
.github/scripts/docathon-label-sync.py
@@ -37,7 +37,7 @@ def main():
37
if not labels_to_add:
38
print("The pull request already has the same labels.")
39
return
40
- pull_request.set_labels(*labels_to_add)
+ pull_request.add_to_labels(*labels_to_add)
41
print("Labels added to the pull request!")
42
43
0 commit comments