app icon indicating copy to clipboard operation
app copied to clipboard

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

Open iqfareez opened this issue 1 year ago • 2 comments

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.

iqfareez avatar Nov 01 '22 11:11 iqfareez