Update .github/workflows/script/bundle_changelog.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael B. Gale
2025-11-05 11:34:26 +00:00
committed by GitHub
parent c9f82f2adf
commit 6dd11f73d3

View File

@@ -6,7 +6,6 @@ pr_number = os.environ['PR_URL'].split('/')[-1]
changelog_note = f"- Update default CodeQL bundle version to {os.environ['CLI_VERSION']}. [#{pr_number}]({os.environ['PR_URL']})"
# If the "[UNRELEASED]" section starts with "no user facing changes", remove that line.
# Use perl to avoid having to escape the newline character.
with open('CHANGELOG.md', 'r') as f:
changelog = f.read()