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
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 :)
The text was updated successfully, but these errors were encountered:
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:
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 :)
The text was updated successfully, but these errors were encountered: