-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tools: add workflow to ensure README
lists are in sync with gh teams
#53901
tools: add workflow to ensure README
lists are in sync with gh teams
#53901
Conversation
Review requested:
|
Hum crap the GH teams are not visible from unauthenticated users |
You could have it run on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC sparse-checkout
will ONLY checkout the given files, so maybe it can be used?
f8be2d4
to
c9d3e8c
Compare
@nodejs/tsc can I get some reviews? I believe that would help us get on top of following up with offboarding tasks. |
Landed in b47aa70 |
PR-URL: #53901 Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: #53901 Reviewed-By: Yagiz Nizipli <[email protected]>
Should we skip this workflow on release branches? I just pushed a commit to v20.x-staging and it failed because there is a new collaborator that's not in the readme on that branch: https://github.com/nodejs/node/actions/runs/11040434575/job/30668416255?pr=55022 |
Sounds good, I'll make a PR. I recommend dropping this from the v20.x-staging branch, not having it is very unlikely to cause any conflict. |
The goal is to not let commit-queue merge PRs that move folks to emeritus (or TSC regular members) without ensuring the GitHub teams have been updated.
Because team membership is not public, it will only work for PR from the bot (which has access to the
GH_USER_TOKEN
secret). For PRs from forks, it will skip the membership check.