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

Create merge-main-into-prs.yml #2274

Merged
merged 2 commits into from
Aug 25, 2024
Merged

Create merge-main-into-prs.yml #2274

merged 2 commits into from
Aug 25, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 25, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Introduced a new GitHub Action to automatically merge the main branch into all open PRs to keep them up-to-date.

πŸ“Š Key Changes

  • Added a new GitHub Actions workflow file: merge-main-into-prs.yml
  • The workflow checks out the repository, installs dependencies, and uses a Python script to merge the main branch into open PRs if they are behind.

🎯 Purpose & Impact

  • Automation: Keeps all open PRs updated with the latest changes from the main branch automatically. πŸ€–
  • Consistency: Ensures that all PRs are based on the most recent code, reducing merge conflicts and improving code quality. πŸ“ˆ
  • Efficiency: Saves developers time by automating a repetitive task, allowing them to focus on more critical issues. ⏱️

@glenn-jocher glenn-jocher merged commit 8dd7e31 into master Aug 25, 2024
6 of 7 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch August 25, 2024 17:20
@UltralyticsAssistant UltralyticsAssistant added dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants