finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Kore AI Fixes #123

Closed robmoffat closed 3 years ago

robmoffat commented 3 years ago

122

finos-cla-bot[bot] commented 3 years ago

Thank you for your contribution and Welcome to our Open Source Community!

To make sure your pull request is successful, we need all our contributors to be identifiable, but we couldn't parse the GitHub details of the following people : Rob Moffat

Luckily, resolving the issue is straightforward and you can resolve it by following the instructions below.

  1. Check your git client is configured with a user email git config --list | grep email
  2. If the user email is missing, run the following command, substituting with your git commit email address git config --global user.email email@example.com
  3. Make sure your git commit email is configured on GitHub by Setting your Commit Email Address
  4. Then, amend the authors in your commit history by using git commit --amend to change your last commit.

Alternatively, use the slightly more complex git reset --soft and git rebase to checkout your changes, rewrite the commit history locally and (force) push changes to the downstream branch.

If you have any issues with the steps above, please email help@finos.org so we can help you resolve before reviewing and accepting your pull request.

Thanks once again for the contribution and understanding.

cc @finos-admin

robmoffat commented 3 years ago

@maoo can you take a look at this cla issue? Seems like I shouldn't get this.

maoo commented 3 years ago

@robmoffat , seems that your last commit fixed it. The cla-present label is here, we're good.

robmoffat commented 3 years ago

Hi @maoo,

Yes sorry - figured it out. I had another email address which wasn't associated with my GH account.

cheers!