We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f05b9 commit 9acd1e7Copy full SHA for 9acd1e7
1 file changed
utils/process_changelog.py
@@ -50,8 +50,6 @@ def main():
50
parser.add_argument('--changelog-file', type=str, required=True)
51
args = parser.parse_args()
52
53
- master_config_data = load_config_files(MASTER_CONFIGS)
54
-
55
added_yaml = get_added_lines(
56
args.base_ref, args.head_ref, args.changelog_file)
57
0 commit comments