mattyb149 commented on pull request #5027: URL: https://github.com/apache/nifi/pull/5027#issuecomment-839014787
The commit message should have the Jira case and a description of the problem fixed (not what file(s) changed), something like: `NIFI-8470: Fix DataTypeUtils for CHAR() sequences` You can do this by the following commands on your branch: ``` git reset --soft HEAD^ git commit -m "NIFI-8470: Fix DataTypeUtils for CHAR() sequences" git push -f origin NIFI-8470 ``` Then I can approve the GitHub Actions run and review/merge. Thank you for your contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
