-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check collaborator status for users #114
Comments
Note The following contributors may be suitable for this task: gentlementlegen
|
@gentlementlegen the deadline is at Sat, Dec 28, 11:31 AM UTC |
Important
|
@0x4007 So what happens here is that before we only checked for organization memberships. In the repo, the user only has outside collaborator access on this specific repo. I added the retrieval of the role for the user in the repo, but it looks different from the organization one, and looks like the following: {
"user": "ubiquity-ubiquibot",
"owner": "Meniole",
"repo": "command-start-stop",
"data": {
"permission": "write",
"user": {
"login": "ubiquity-ubiquibot",
...
"type": "User",
"user_view_type": "public",
"site_admin": false,
"permissions": {
"admin": false,
"maintain": false,
"push": true,
"triage": true,
"pull": true
},
"role_name": "write"
},
"role_name": "write"
}
} The |
@0x4007 technically these roles can be infinite because you can add custom ones, but sure I can add them. |
So then you should consider any value as a "core team member" but |
Quoting the docs
|
+ Evaluating results. Please wait... |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 100 |
Issue | Specification | 1 | 58.92 |
Conversation Incentives
Comment | Formatting | Relevance | Priority | Reward |
---|---|---|---|---|
![image](https://github.com/user-attachments/assets/3b7feaa1-ada… | 14.73content: content: p: score: 0 elementCount: 5 img: score: 5 elementCount: 1 em: score: 0 elementCount: 1 h2: score: 1 elementCount: 2 a: score: 5 elementCount: 1 result: 12 regex: wordCount: 49 wordValue: 0.1 result: 2.73 | 1 | 4 | 58.92 |
[ 27.816 WXDAI ]
@0x4007
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 2 | 27.16 |
Review | Comment | 2 | 0.656 |
Conversation Incentives
Comment | Formatting | Relevance | Priority | Reward |
---|---|---|---|---|
I think any of the options technically means they are added as a… | 7.49content: content: p: score: 0 elementCount: 3 a: score: 5 elementCount: 1 result: 5 regex: wordCount: 44 wordValue: 0.1 result: 2.49 | 0.8 | 4 | 23.968 |
So then you should consider any value as a "core team member" bu… | 1.33content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 21 wordValue: 0.1 result: 1.33 | 0.6 | 4 | 3.192 |
@gentlementlegen will you be able to prioritize this? | 0.59content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 8 wordValue: 0.1 result: 0.59 | 0.2 | 4 | 0.472 |
That sounds like a good plan. | 0.46content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 6 wordValue: 0.1 result: 0.46 | 0.1 | 4 | 0.184 |
[ 4.9 WXDAI ]
@whilefoo
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Review | Comment | 1 | 4.9 |
Conversation Incentives
Comment | Formatting | Relevance | Priority | Reward |
---|---|---|---|---|
I'm fine with the changes, my only concern is that we will have … | 1.75content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 29 wordValue: 0.1 result: 1.75 | 0.7 | 4 | 4.9 |
@gentlementlegen he's a collaborator this error should not have been thrown
Originally posted by @0x4007 in ubiquity/business-development#106 (comment)
What happened
The user was recognized as
member
instead of collaborator, thus not being able to start the task.What was expected
The user should have been recognized as
collaborator
and start the task.The text was updated successfully, but these errors were encountered: