-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cannot configure teams (despite following guide) #138
Comments
Deployed my own copy, and can't see anything in the logs. Tried "@org/collaborators" - and there were errors in the logs about YAML, but I think that's a different issue relating to the @ symbol |
Just found the problem - missing permission. I added: Repository/Administration - Read-Only Can we add this as a required permission? |
@richardst89 Does adding the permission resolve the issue with team auto-assign? |
Yep: |
How can I change the permission using the github app from the marketplace? Or I need to host my own? |
Once installed (marketplace or private) - you can tweak the application permissions in your organisation settings! |
Same here, couldn't find were I can change these permissions. 😞 |
I've managed to configure the copy of the app and tested the permissions, it worked only with the permision |
I'm also a bit confused on where one can change the permissions for the installed app. What I do see is that it claims specific hard-coded list of permissions on install but that's about it. There's clearly a possibility to do that for new apps (https://docs.github.com/en/developers/apps/managing-github-apps/editing-a-github-apps-permissions), but how exactly are you doing that for apps installed from Marketplace? Maybe @richardst89 can shed some light on this. Considering that the answer is relatively old, I can only take that GitHub used to have this as a possibility which has since been removed. |
I currently use the "private" installed version (rather than from the market place). I cannot see how it's possible to do it for a marketplace app (the "AppSettings" button only appears if you own the app) - didn't realise! |
Aha! Okay then I'm not crazy :) I'd take we'd have to go private version as well then for now :3 |
Could we update the permissions the app in the marketplace is having? So we can do this. The feature by itself seems to be working but only if you host it and change the permissions yourself |
cc @kentaro-m |
Describe the bug
After configuring the auto_assign file, the "assignee" part is working, but the "reviewer" part (with regards to a team), is not.
To Reproduce
Expected behavior
Specific Scenario:
@kentaro-m, @mrlubos - I followed the ReadMe and looked through the PR to verify my understanding:
I've set this up within one of my repos, but can't get the team to be invited :-S
Github Setup:
Code Owners File
auto_assign.yml
The owners bit is working fine.
I can add the "collaborators" manually, and the round-robin works fine too.
With the bot enabled, the Auto-assign to author is working. But the team review is not...
Debugging attempts
I've also tried
/collaborators
,org/collaborators
...I've also tried without the round-robin on the 'collaborators' group.
Any ideas?
The text was updated successfully, but these errors were encountered: