Skip to content
Open
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
2 changes: 2 additions & 0 deletions scripts/ci/set_assignees.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3



# Copyright (c) 2022 Intel Corp.
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -256,7 +258,7 @@
areas = maintainer_file.path2areas(changed_file.filename)
if args.updated_maintainer_file:
log(
"No updated maintainer file, cannot process MAINTAINERS.yml changes, skipping..."

Check failure on line 261 in scripts/ci/set_assignees.py

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Python lint error (E501) see https://docs.astral.sh/ruff/rules/line-too-long

/home/runner/work/zephyr-testing/zephyr-testing/scripts/ci/set_assignees.py:261 Line too long (101 > 100)
)

old_areas = load_areas(args.updated_maintainer_file)
Expand Down
Loading