Skip to content

Commit

Permalink
Merge pull request #1032 from sogame/createOrUpdatePR_create_body
Browse files Browse the repository at this point in the history
Add description when creating a pr with "createOrUpdatePR"
  • Loading branch information
orta committed Apr 11, 2020
2 parents c17604e + 94688fe commit f58ee85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ x
<!-- Your comment below this -->

- Fix project path with /- in GitLab MR URL [@pgoudreau]
- When creating a new PR with `createOrUpdatePR`, add the description (as done when editing) - [@sogame]
<!-- Your comment above this -->

# 10.1.0
Expand Down
1 change: 1 addition & 0 deletions source/platforms/github/GitHubUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const createOrUpdatePR = (pr: GitHubPRDSL | undefined, api: GitHub) => as
owner,
repo,
title: config.title,
body: config.body,
})
}
}
Expand Down

0 comments on commit f58ee85

Please sign in to comment.