Skip to content

Commit

Permalink
feat(workflow): Add MAX32657 and Zephyr labels to labeler workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim authored Nov 14, 2024
1 parent f6f5edd commit 35e98e2
Showing 1 changed file with 12 additions and 2 deletions.
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/**/*'

0 comments on commit 35e98e2

Please sign in to comment.