mirror of
https://github.com/moollaza/repo-remover.git
synced 2026-04-26 01:05:48 +03:00
[GH-ISSUE #171] Not showing repos owned by my organisation #12
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/repo-remover-moollaza#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kenpower on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/moollaza/repo-remover/issues/171
Describe the bug
Not showing repos owned by my organisation
To Reproduce
Steps to reproduce the behavior:
Enter PAT and only see repos I have created
Expected behavior
I expect to see repos own by my organisation that were created by others
I tried adding org scope to token, but did not work
@moollaza commented on GitHub (Nov 8, 2021):
@kenpower did you include the scopes for organization access?
If you have that, and you have access to org repos, you should be able to see and modify them. I just generated a new token and confirmed I was able to see org repos that I did not create
Example:

.
@kenpower commented on GitHub (Nov 8, 2021):
Thanks @moollaza I tried it last week with org scope and it didn't work then.
But I tried it again just now and it works ! So thanks!