reiabreu opened a new pull request, #8903:
URL: https://github.com/apache/storm/pull/8903

   ## Summary
   
   - Skip issues labeled `github_actions` or `skip-changelog` from changelog 
output; filtered issues are logged to stderr so the omission is visible
   - Re-fetch each open issue individually before flagging it as unresolved, 
working around a known GitHub API inconsistency where the milestone filter can 
return issues whose milestone was already removed
   - Label automated license-update PRs with `skip-changelog` so they are 
automatically excluded from future release notes runs
   
   ## Test plan
   
   - [ ] Run `python3 dev-tools/release_notes.py <milestone_id>` and verify 
`github_actions` and `skip-changelog` issues appear in stderr log and are 
absent from the HTML output
   - [ ] Verify the stale-index guard works by checking an issue that has had 
its milestone removed still does not block the script
   - [ ] Trigger or simulate the `Update License Files` workflow and verify the 
created PR has both `dependencies` and `skip-changelog` labels
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to