Skip to content

Commit

Permalink
Adding docker type to github utils
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Oct 16, 2024
1 parent b2cd9b5 commit f348783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def release_notes(pull_request_number: int) -> NoReturn:
"techdebt": "",
"tests": "",
"improvement": "",
"docker": "",
}

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

0 comments on commit f348783

Please sign in to comment.