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

Support for more PR properties in MERGE_COMMIT_MESSAGE #112

Merged
merged 2 commits into from
Oct 8, 2020
Merged

Support for more PR properties in MERGE_COMMIT_MESSAGE #112

merged 2 commits into from
Oct 8, 2020

Conversation

bilelomrani1
Copy link
Contributor

This PR hopefully fixes #111. It extends the customization capabilities of MERGE_COMMIT_MESSAGE by provinding access to all properties of a pullRequest object (and not only title, body and number as it is currently the case).

lib/merge.js Outdated Show resolved Hide resolved
@pascalgn pascalgn merged commit a8d6a65 into pascalgn:master Oct 8, 2020
@pascalgn
Copy link
Owner

pascalgn commented Oct 8, 2020

I've improved the property resolving method slightly, now there's no need anymore to convert object properties to an array first. Thanks for the PR, it's merged now! 👍

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.

Access PR author in MERGE_COMMIT_MESSAGE
2 participants