Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion autolabel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def main():
# Team Labels
teams = getTeams(pr, (codebeamer_user, codebeamer_password))
for team in teams:
pr.add_to_labels(team)
pr.add_to_labels("test-team1")
break

# Priority Label
priority = get_ticket_priority(pr, (codebeamer_user, codebeamer_password))
Expand Down