-
Notifications
You must be signed in to change notification settings - Fork 211
chore: automate OWNERS_ALIASES management [skip-build] #3745
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
base: main
Are you sure you want to change the base?
Conversation
|
Skipping CI for Draft Pull Request. |
- Added `OWNERS_ALIASES` file to mirror GitHub team membership for code review automation. - Introduced `scripts/generate-owners-aliases.js` to generate `OWNERS_ALIASES` based on team members. - Created GitHub Actions workflow to sync `OWNERS_ALIASES` weekly and on-demand. - Updated `OWNERS` files to reference new aliases and removed outdated `.github/CODEOWNERS` file. Signed-off-by: Tomas Kral <[email protected]> Assisted-by: Cursor
f2fc1f3 to
7aa745d
Compare
|
The image is available at: |
- Added missing closing quotation mark in the title field of the GitHub Actions workflow for syncing OWNERS_ALIASES.
|
The image is available at: |
Signed-off-by: Tomas Kral <[email protected]> Assisted-by: Cursor
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: polasudo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The image is available at: |



OWNERS_ALIASESfile to mirror GitHub team membership for code review automation.scripts/generate-owners-aliases.jsto generateOWNERS_ALIASESbased on team members.OWNERS_ALIASESweekly and on-demand.OWNERSfiles to reference new aliases and removed outdated.github/CODEOWNERSfile.Description
Please explain the changes you made here.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer