Skip to content
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

feat(workflow): Add MAX32657 and Zephyr labels to labeler workflow #1269

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by
# Analog Devices, Inc.),
# Copyright (C) 2023-2024 Analog Devices, Inc. All Rights Reserved. This software
# is proprietary to Analog Devices, Inc. and its licensors.
# Copyright (C) 2023-2024 Analog Devices, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -73,6 +72,14 @@
- '**/Libraries/PeriphDrivers/max32655_files.mk'
- '**/Libraries/PeriphDrivers/Include/MAX32655/**/*'

'MAX32657':
- '**/Examples/MAX32657/**/*'
- '**/*me30*.*'
- '**/Libraries/Boards/MAX32657/**/*'
- '**/Libraries/CMSIS/Device/Maxim/MAX32657/**/*'
- '**/Libraries/PeriphDrivers/max32657_files.mk'
- '**/Libraries/PeriphDrivers/Include/MAX32657/**/*'

'MAX32660':
- '**/Examples/MAX32660/**/*'
- '**/*me11*.*'
Expand Down Expand Up @@ -221,3 +228,6 @@
'Workflow':
- '**/.github/workflows/**/*'
- '**/.github/**/*'

'Zephyr':
- '**/Libraries/zephyr/**/*'
Loading