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 GitHub API to create a pull request. #2724

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

yazeedobaid
Copy link
Collaborator

Description

This PR adds a new API to GitHub module to create a pull request on a repository.
The API usage is as follows:

let pullRequest = new PullRequest("Bump FAKE runner version", "version-branch", "master")

GitHub.createClientWithToken token
|> GitHub.createPullRequest "fsprojects" "fake" pullRequest
|> Async.RunSynchronously

Also, in the FAKE's build script, this API is used to open a new branch with the FAKE runner version bumped to the newest one after a release. Before this, the build script pushes directly to the master branch. However, this is no longer possible since the master branch is now protected and needs a PR when merging changes to it.

Automate FAKE runner version bump by creating a PR on repository.
@yazeedobaid yazeedobaid merged commit 10f79f8 into fsprojects:master Dec 21, 2022
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

Successfully merging this pull request may close these issues.

1 participant