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

Update merge_pr_body to handle new PR merges #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shirakia
Copy link

@shirakia shirakia commented Jun 24, 2018

Motivation

Merging PR body seems to be buggy when old_body is modified.

Current

#21

Proposal

Show additional PR like

- [ ] #1 Init new func @test_user
- [ ] #2 Add new func @test_user

In this PR, we've done blah blah blah ...

When we release, we should do blah blah blah ...

Additional PRs

- [ ] #3 Fix bugs @test_user
- [ ] #4 Add more func @test_user
- [ ] #5 Refactor a bit @test_user
- [ ] #6 hogehoge @test_user"

Approach

To get PR body diff, just use Array -.

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.

None yet

1 participant