Closed JoshuaKGoldberg closed 1 year ago
Is that happening with any particular version? I wonder if it's a regression.
Hmm, now I can't repro it. Also maybe it's that I was typoing and using docs
instead of doc
? Will close - thanks!
That's possible (especially since the bot will know what you mean but not the CLI).
Describe the bug
If you add multiple
,
-separated contributions withall-contributors add
, then only some of the new contributions may be added. It's very odd.This does not reproduce if you only add one contribution at a time.
To Reproduce
See https://github.com/JoshuaKGoldberg/repros/tree/all-contributors-multiple.
Adding a single contribution for a contributor successfully adds them to
.all-contributorsrc
:But, adding multiple contributions partially overrides any existing contributions:
...and then running the same command again ends up with just
"example"
listed (?!):Expected behavior
Adding new contributors should exclusively add, not take away.