Skip to content

Commit

Permalink
fix(utils): adding new labels
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 21, 2024
1 parent 0ce6d80 commit dd035f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def release_notes(pull_request_number: int) -> NoReturn:
"tests": "",
"improvement": "",
"docker": "",
"security": "",
"chore": "",
}

click.echo(f"Fetching list of merged PRs since #{pull_request_number}...")
Expand Down

0 comments on commit dd035f9

Please sign in to comment.