We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f82f2 commit 6dd11f7Copy full SHA for 6dd11f7
.github/workflows/script/bundle_changelog.py
@@ -6,7 +6,6 @@
6
changelog_note = f"- Update default CodeQL bundle version to {os.environ['CLI_VERSION']}. [#{pr_number}]({os.environ['PR_URL']})"
7
8
# If the "[UNRELEASED]" section starts with "no user facing changes", remove that line.
9
-# Use perl to avoid having to escape the newline character.
10
with open('CHANGELOG.md', 'r') as f:
11
changelog = f.read()
12
0 commit comments