-
Notifications
You must be signed in to change notification settings - Fork 8
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
BUG: Tip bot does not correctly use approvers list #169
Comments
First suggestion I would recommend is to remove him from the group and then add him again. We faced a similar problem in the past where, for some unknown reason, a user appeared as a team member in the UI but not in the API. |
@KarimJedda please add a link |
@mordamax here is the link to where this happened: polkadot-developers/bounties#1 |
![]() According to GitHub, at the time of the comment, @KarimJedda still wasn't a member of team |
Yo @mutantcornholio, the issue persists, and its not cool to just close the issue without solving the problems being reported. ![]() |
I believe that We should either: a) Create a separate |
I think we're just using the wrong token here We're handling tip request with an installation octokitInstance that we use for replying in another org. Here we're using that token to query if tipRequester is a member of parity. Instead, we should either use this one, or if it doesn't work then get a different installation token for our org, just how we did it for non-parity one. To query members of parity team we should always use parity installation, for replying to requests, we need to use token of installation to the org, from which request is coming from |
Karim is part of the approvers list.
But the bot rejects his approval.
Is it potentially a problem with using the tip bot in a different org than paritytech?
The text was updated successfully, but these errors were encountered: