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

Add Pulls > Create a pull request operation to the OOTB GitHub Connector #2024

Closed
wollefitz opened this issue Feb 26, 2024 · 0 comments · Fixed by #2057
Closed

Add Pulls > Create a pull request operation to the OOTB GitHub Connector #2024

wollefitz opened this issue Feb 26, 2024 · 0 comments · Fixed by #2057
Assignees
Labels
kind:enhancement New feature or request scope:github

Comments

@wollefitz
Copy link
Member

Is your feature request related to a problem? Please describe.

If I want to create a GitHub pull request from my C8 process, I have to manually put in all necessary data using the REST Connector to call https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#create-a-pull-request. This is quite error-prone since I have to know all necessary headers and define the request body correctly.

Describe the solution you'd like

Using the GitHub connector, I would like to have the option to create a pull request.
I would want to input as little data as possible and as much custom data as required.

Describe alternatives you've considered

Use the REST Connector and define my own template once I figured out all the necessary headers and how to define the body correctly.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request scope:github
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant