Skip to content

Commit 6dd11f7

Browse files
mbgCopilot
andauthored
Update .github/workflows/script/bundle_changelog.py
Co-authored-by: Copilot <[email protected]>
1 parent c9f82f2 commit 6dd11f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/script/bundle_changelog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
changelog_note = f"- Update default CodeQL bundle version to {os.environ['CLI_VERSION']}. [#{pr_number}]({os.environ['PR_URL']})"
77

88
# If the "[UNRELEASED]" section starts with "no user facing changes", remove that line.
9-
# Use perl to avoid having to escape the newline character.
109
with open('CHANGELOG.md', 'r') as f:
1110
changelog = f.read()
1211

0 commit comments

Comments
 (0)