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

Adapt the milestone_check script from JupyterLab for ipywidgets. #3091

Merged
merged 1 commit into from
Feb 10, 2021

Conversation

jasongrout
Copy link
Member

This script compares the commits in a repo associated with a certain milestone to the pull requests for the milestone. It verifies:

  • Every PR on the milestone has at least one commit in the associated commit range in git
  • Every commit in the commit range in git is in a PR associated with the milestone
  • Any merge commit from a PR in the milestone commit range where the PR is not in the milestone.

This makes it easier to clean up PR milestones.

For example, running the script for the 8.0 milestone right now flags about 43 PRs that may need to be assigned to the 8.0 milestone, based on where their commits fall in the tree (i.e., on master, but not as an ancestor of the 7.x branch).

This script compares the commits in a repo associated with a certain milestone to the pull requests for the milestone. It verifies:

* Every PR on the milestone has at least one commit in the associated commit range in git
* Every commit in the commit range in git is in a PR associated with the milestone
* Any merge commit from a PR in the milestone commit range where the PR is not in the milestone.

This makes it easier to clean up PR milestones.
@jasongrout jasongrout added this to the 8.0 milestone Feb 6, 2021
@jasongrout jasongrout mentioned this pull request Feb 9, 2021
2 tasks
@jasongrout jasongrout merged commit 10172a2 into jupyter-widgets:master Feb 10, 2021
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.

1 participant