Skip to content

Commit 5a3fcbd

Browse files
authored
Adding docker type to github utils (Netflix#5348)
1 parent 38acbe9 commit 5a3fcbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/github_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def release_notes(pull_request_number: int) -> NoReturn:
9999
"techdebt": "",
100100
"tests": "",
101101
"improvement": "",
102+
"docker": "",
102103
}
103104

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

0 commit comments

Comments
 (0)