Skip to content

Validate milestone assignment on pull requests.#4055

Merged
mdaigle merged 2 commits intomainfrom
dev/mdaigle/require-milestone
Mar 18, 2026
Merged

Validate milestone assignment on pull requests.#4055
mdaigle merged 2 commits intomainfrom
dev/mdaigle/require-milestone

Conversation

@mdaigle
Copy link
Contributor

@mdaigle mdaigle commented Mar 17, 2026

This pull request introduces a new GitHub Actions workflow to enforce milestone assignment for pull requests. The workflow ensures that every pull request has an open milestone before it can be merged, helping maintain project tracking and release management.

Milestone validation automation:

  • Added .github/workflows/check-milestone.yml workflow to validate that a pull request has a milestone set and that the milestone is open; the workflow prevents merging if these conditions are not met.

@mdaigle mdaigle requested a review from a team as a code owner March 17, 2026 18:51
Copilot AI review requested due to automatic review settings March 17, 2026 18:51
@github-project-automation github-project-automation bot moved this to To triage in SqlClient Board Mar 17, 2026
@mdaigle mdaigle added this to the 7.1.0-preview1 milestone Mar 17, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to enforce that every pull request has an assigned open milestone, helping keep PRs aligned with planned releases and project tracking.

Changes:

  • Introduces a new check-milestone workflow that fails PR checks when no milestone is set.
  • Validates that the assigned milestone is in the open state.

You can also share your feedback on Copilot code review. Take the survey.

@mdaigle mdaigle merged commit 86492a1 into main Mar 18, 2026
7 checks passed
@mdaigle mdaigle deleted the dev/mdaigle/require-milestone branch March 18, 2026 16:20
@github-project-automation github-project-automation bot moved this from To triage to Done in SqlClient Board Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants