Skip to content

Commit

Permalink
Readme: githubBranch defaults to main
Browse files Browse the repository at this point in the history
Since #329 the `githubBranch` config option defaults to `main` instead of `master`. Update the readme to reflect this.
  • Loading branch information
flip1995 authored and ejoffe committed Oct 19, 2023
1 parent e1eb414 commit ca06022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ User specific configuration is saved to .spr.yml in the user home directory.
| githubRepoOwner | str | | name of the github owner (fetched from git remote config) |
| githubRepoName | str | | name of the github repository (fetched from git remote config) |
| githubRemote | str | origin | github remote name to use |
| githubBranch | str | master | github branch for pull request target |
| githubBranch | str | main | github branch for pull request target |
| githubHost | str | github.com | github host, can be updated for github enterprise use case |
| mergeMethod | str | rebase | merge method, valid values: [rebase, squash, merge] |
| mergeQueue | bool | false | use GitHub merge queue to merge pull requests |
Expand Down

0 comments on commit ca06022

Please sign in to comment.