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
In a conversation, using the context menu, we are able to instantly create a new issue and prefill the body with the comment contents. It is common that the original author of the comment does not receive credit for creating the issue (when another team member creates the issue for them.)
Detect when the following string is detected (full example with context):
Originally posted by @0x4007 in https://github.com/ubiquibot/conversation-rewards/pull/58#discussion_r1691159526
So it will be a regex like ^Originally posted by @<username regex> in <url regex>$
And when calculating the rewards, the original author should receive part of the author credit. Make it configurable with a percentage. I would default to 50% of the credit.
The text was updated successfully, but these errors were encountered:
@0x4007 When you say "receive part of the author credit", what do you mean exactly, dividing the specification reward only between the two users, or the whole total, or the "original poster" gets a reward equal to a percentage of the issue creator without changing the issue creator reward?
In a conversation, using the context menu, we are able to instantly create a new issue and prefill the body with the comment contents. It is common that the original author of the comment does not receive credit for creating the issue (when another team member creates the issue for them.)
Detect when the following string is detected (full example with context):
So it will be a regex like
^Originally posted by @<username regex> in <url regex>$
And when calculating the rewards, the original author should receive part of the author credit. Make it configurable with a percentage. I would default to 50% of the credit.
The text was updated successfully, but these errors were encountered: