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

Backport Github Bot #1570

Closed
wants to merge 1 commit into from
Closed

Backport Github Bot #1570

wants to merge 1 commit into from

Conversation

edeNFed
Copy link
Contributor

@edeNFed edeNFed commented Oct 6, 2024

This pull request introduces a new GitHub Actions workflow to automate the backporting of changes to specific branches when a pull request is closed and labeled. The workflow sets up a Python environment, installs necessary dependencies, and runs a custom Python script to handle the backporting process.

New GitHub Actions Workflow:

  • .github/workflows/cherrypick.yml: Added a new workflow named "Release Bot" that triggers on pull request events (closed, labeled). It sets up Python, installs dependencies, and runs a script to backport changes to the stable and beta branches based on labels.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Dec 9, 2024
@github-actions github-actions bot removed the stale label Jan 13, 2025
@RonFed RonFed closed this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants