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

[feature request] Implement create_branch/delete_branch action #56

Open
abhishek-j16 opened this issue Oct 14, 2024 · 0 comments
Open

Comments

@abhishek-j16
Copy link

Would be nice to have a create/delete branch action for the sake of completeness of Github actions.

For instance, if the user wants to create an automated pull request, here's how the flow would look like:

1. create branch => 2. update/create file => 3. create pull request => 4. merge pull request => 5. delete branch post merge(this can be autoconfigured as well in the settings section)

Currently. actions are implemented and available to perform step 2,3 and 4. Implementing actions for step 1 and 5 would help bring completeness to such use cases.

I'd be willing to send a PR for the same :)

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

No branches or pull requests

1 participant