- 
                Notifications
    
You must be signed in to change notification settings  - Fork 220
 
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
When merging a pull request on the GitHub web client, the suggested commit message (at least in the case of a squash commit, which we always use) will automatically include the number of the PR in parentheses, like so:
Update project files (#123)
However, when merging using this GitHub Action, the first line of the commit message will look like this:
Update project files
No matter what option of MERGE_COMMIT_MESSAGE I choose:
automaticpull-request-titlepull-request-descriptionpull-request-title-and-description
Therefore, I hope that it can append (#NUM) to the first line of the commit message for all possible options.
Versions
Current latest release: v0.16.2
ricky-wong
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request