Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHeinzman authored Jan 26, 2024
1 parent 0b16d21 commit f008dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def update_all_issue_titles(repo, headers):

label_prefix, label_name = ('BUG', 'bug') if 'BUG' in issue_title else ('US', 'enhancement')
event_action = 'labeled'

response = update_issue_title(issue_api_url, issue_title, label_prefix, label_name, event_action, headers)
append_name = 'broadcaster' # Define the append name
response = update_issue_title(issue_api_url, issue_title, label_prefix, label_name, event_action, headers, append_name)
if response and response.status_code == 200:
print(f"Issue {issue_number} updated successfully.")

Expand Down

0 comments on commit f008dba

Please sign in to comment.