You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Automate version updates with pull requests and auto-merge
Refactors the version update process to create an automated pull request instead of directly pushing changes to the default branch. This improves traceability and allows for better integration practices.
Enables auto-merge for these generated pull requests, ensuring efficient integration of version bumps.
Updates `checkout` actions to use `github.token` for standard repository operations, simplifying token management. A conditional check is added to only create a pull request if version changes are detected.
0 commit comments