You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@allcontributors please add <person> for bug, maintenance
Additional Info
Within this repo, I'm guessing the postContributionComment function 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.
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
main
branch 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
postContributionComment
function 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.
The text was updated successfully, but these errors were encountered: