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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.

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