Skip to content

release_notes.py: skip issues labeled github_actions or skip-changelog#8904

Merged
reiabreu merged 2 commits into
masterfrom
improve-release-notes-script-v2
Jul 19, 2026
Merged

release_notes.py: skip issues labeled github_actions or skip-changelog#8904
reiabreu merged 2 commits into
masterfrom
improve-release-notes-script-v2

Conversation

@reiabreu

Copy link
Copy Markdown
Contributor

Summary

  • release_notes.py now filters out issues with github_actions or skip-changelog labels; skipped items are logged to stderr
  • The automated license-update workflow now labels its PRs with skip-changelog so they are excluded automatically in future runs

🤖 Generated with Claude Code

Issues with these labels (e.g. Dependabot bumps, automated license updates)
are noise in the changelog. The script now filters them out and logs the
skipped items to stderr so the omission is visible.

Also label automated license-update PRs with skip-changelog in the workflow
so they are excluded automatically in future runs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…solved issues

The milestone filter endpoint can return issues whose milestone was already
removed, causing a false "unresolved issues" failure. Re-fetch each open
issue individually to verify its milestone is still set before blocking.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@reiabreu
reiabreu merged commit b2b9bc5 into master Jul 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants