-
Notifications
You must be signed in to change notification settings - Fork 8.1k
request reviews by changed area maintainer in maintainer file #97794
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?
request reviews by changed area maintainer in maintainer file #97794
Conversation
nashif
commented
Oct 17, 2025
- ci: assigner: merge maintainer check into assigner workflow
- scripts: move set_assignee.py into scripts/ci
- scripts: set_assignee: request review from maintainers of changed areas
.github/workflows/assigner.yml
Outdated
Check failure
Code scanning / CodeQL
Checkout of untrusted code in a privileged context Critical
pull_request_target
.github/workflows/assigner.yml
Outdated
Check failure
Code scanning / CodeQL
Checkout of untrusted code in a privileged context Critical
pull_request_target
3aecae2
to
4f55fcc
Compare
.github/workflows/assigner.yml
Outdated
FLAGS+=" -M MAINTAINERS.yml" | ||
if [ "${{ github.event_name }}" = "pull_request_target" ]; then | ||
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml" | ||
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml" --updated-mantainer-file pr_MAINTAINERS.yml" |
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.
Probably meant to be:
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml" --updated-mantainer-file pr_MAINTAINERS.yml" | |
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-mantainer-file pr_MAINTAINERS.yml" |
?
Merge two workflows into one for code sharing an efficiency. Signed-off-by: Anas Nashif <[email protected]>
Scripts only used by CI, so move it into that directory. Signed-off-by: Anas Nashif <[email protected]>
Also request reviewes from maintainers of changes areas in the maintainer file. Signed-off-by: Anas Nashif <[email protected]>
4f55fcc
to
1f9469b
Compare
|