Skip to content

Add script to automate cherry picking for release #24612

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vraspar
Copy link
Contributor

@vraspar vraspar commented May 1, 2025

Description

The python script:

  1. Fetches all PRs from main tagged with the specified label (e.g. release:1.22.0)
  2. Filters out already cherry-picked PRs using already_picked.txt
  3. Outputs:
    • cherry_pick_list.txt: Commit SHAs and PR titles (for reference)
    • cherry_pick_shas.txt: Raw list of SHAs for scripting or manual use
    • cherry_pick_pr_description.md: PR-ready markdown summary of cherry-picked PRs

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You can commit the suggested changes from lintrunner.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You can commit the suggested changes from lintrunner.

@vraspar vraspar requested a review from amarin16 May 2, 2025 22:51
@vraspar vraspar requested a review from jywu-msft May 12, 2025 17:59
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