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
feat: add functionality for creating branches and commits in Git
- Implemented `createBranchAndCommit` function to handle branch creation and committing changes.
- Added utility functions for checking branch existence, staging files, and retrieving staged files.
- Introduced `fetchStableCpythonTags` to retrieve stable CPython tags from GitHub.
- Created `createOrUpdatePullRequest` and `findExistingPullRequest` functions for managing pull requests.
- Added dry run functionality to preview changes before applying them.
- Implemented versioning utilities to resolve the latest patch versions and enforce pre-release guards.
- Enhanced scanning capabilities to discover Python version declarations in various files.
- Updated action execution logic to allow for external pull request actions.
0 commit comments