Help-request Discussions! #1
Replies: 1 comment 1 reply
-
|
Install GitHub CLI (if you don't have it) macOS: brew install gh Interactive login: gh auth login Save the file above as publicize_org_members_gh.sh and make it executable: chmod +x publicize_org_members_gh.sh Run without --apply to see who would be changed: ORG=your-org ./publicize_org_members_gh.sh After reviewing the dry‑run, run: ORG=your-org ./publicize_org_members_gh.sh --apply ORG=your-org ./publicize_org_members_gh.sh --user alice --apply ORG=your-org ./publicize_org_members_gh.sh --revert --apply After changes, view any member profile while signed out (or in incognito) at https://github.com/USERNAME — the organization badge should appear. You must be an organization owner for gh to list all members and change membership visibility. Produce a variant that emails or outputs a CSV of members to notify before you run the script. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am an owner of an organization.
I have to let my members can show organization badge to anyone.
Of course, all of the the members might make their membership into public from private individually.
But, that's a bit confused and complicated.
So, It needs to make automatically switch using bash command (for instance).
Once I tried several times, but I've no success.
Beta Was this translation helpful? Give feedback.
All reactions