-
Notifications
You must be signed in to change notification settings - Fork 8.4k
actions: manifest: Handle binary blobs #90379
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
actions: manifest: Handle binary blobs #90379
Conversation
| blobs-added-labels: 'Binary Blobs Added' | ||
| blobs-modified-labels: 'Binary Blobs Modified' |
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.
should one of these be a DNM one?
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.
The thing is that the action already sets "DNM (manifest)" whenever module.yml is modified anyway, so I don't think it's required.
2b2899d to
8576bc6
Compare
|
Found an issue, DNM until it's fixed. |
Update to a revision of the manifest action that includes: zephyrproject-rtos/action-manifest#21 Also add the corresponding binary blobs labels parameters to the workflow. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
8576bc6 to
1630e21
Compare
|
|



Update to a revision of the manifest action that includes: zephyrproject-rtos/action-manifest#21
Also add the corresponding binary blobs labels parameters to the workflow.