mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 07:40:10 +08:00
Update .github/workflows/script/bundle_changelog.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/script/bundle_changelog.py
vendored
1
.github/workflows/script/bundle_changelog.py
vendored
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user