-
-
Notifications
You must be signed in to change notification settings - Fork 3
🚀 Feature: Deduplicate posted comments #180
Copy link
Copy link
Open
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Description
Activity
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Bug Report Checklist
mainbranch of the repository.Overview
Right now, each contribution per user generates a single comment via the GitHub API:
all-contributors-auto-action/src/postContributionComment.ts
Lines 44 to 47 in 7ef9782
I haven't investigated this deeply but think it should be able to ask for multiple contributions in a single comment. If a user has multiple contributions out of a single issue or PR, it'd be nice to mention multiple in a comment:
Additional Info
Within this repo, I'm guessing the
postContributionCommentfunction will need to be changed up a bit.all-contributors/app#127 is a good starting reference to see things on the allcontributors side. Though that PR is for multiple contributors per comment. I'd really like to see multiple contribution types per comment.