all-contributors / app

🤖 A GitHub App to automate acknowledging contributors to your open source projects
https://allcontributors.org
MIT License
553 stars 144 forks source link

Cannot add contributors when `commitConvention` is set to gitmoji, #444

Open iqfareez opened 1 year ago

iqfareez commented 1 year ago

Describe the bug Adding contributors failed when using gitmoji in the commitConvention

To Reproduce Steps to reproduce the behavior:

  1. Install all-contributors bot
  2. Create new repo (or can use existing)
  3. Add first contributors. Eg @all-contributors please add @fareez2 for code & test
  4. Merge the first PR created by the bot (including README and .all-contributorsrc files)
  5. In .all-contributorsrc, change commitConvention to gitmoji. Commit the changes
  6. Add another contributor. Eg: @all-contributors please add @iqfareez for docs & test

Expected behavior A new PR should be created with contributor iqfareez.

Actual behavior

Got a reply:

We had trouble processing your request. Please try again later.

Additional context

Changed back to other entries other than gitmoji fixes the issue.

jlandure commented 1 year ago

FYI, I got the same issue if you need more details. 😊

unode commented 11 months ago

476 could be related as we are also using gitmoji there.