Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a bot to add milestones to new PRs #14190

Open
stefanvodita opened this issue Feb 2, 2025 · 1 comment
Open

Create a bot to add milestones to new PRs #14190

stefanvodita opened this issue Feb 2, 2025 · 1 comment

Comments

@stefanvodita
Copy link
Contributor

Description

We risk forgetting to add a milestone to our PRs for the next release, which makes the release manager's job harder. Is there some GitHub workflow that could do that for us?

@mikemccand
Copy link
Member

It might in theory check the lucene/CHANGES.txt to look for an entry (with the PR/issue number) summarizing the PR? Then it could see which Lucene release the issue is under.
This would also serve to validate that CHANGES.txt was updated (we also often forget this). But ... many PRs are trivial and don't require a CHANGES.txt entry, so I guess we'd need some escape hatch to tell the bot it's OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants