File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7272 echo "Unknown event: ${{ github.event_name }}"
7373 exit 1
7474 fi
75- python3 scripts/set_assignees.py $FLAGS
75+ python3 scripts/ci/ set_assignees.py $FLAGS
7676
7777 - name : Check maintainer file changes
7878 if : >
Original file line number Diff line number Diff line change @@ -1397,7 +1397,7 @@ exclude = [
13971397 " ./scripts/release/bug_bash.py" ,
13981398 " ./scripts/release/list_backports.py" ,
13991399 " ./scripts/release/list_devicetree_bindings_changes.py" ,
1400- " ./scripts/set_assignees.py" ,
1400+ " ./scripts/ci/ set_assignees.py" ,
14011401 " ./scripts/snippets.py" ,
14021402 " ./scripts/tests/twister/conftest.py" ,
14031403 " ./scripts/tests/twister/pytest_integration/test_harness_pytest.py" ,
Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ Continuous Integration:
947947 - scripts/make_bugs_pickle.py
948948 - .checkpatch.conf
949949 - scripts/gitlint/
950- - scripts/set_assignees.py
950+ - scripts/ci/ set_assignees.py
951951 labels :
952952 - " area: Continuous Integration"
953953
@@ -3259,7 +3259,7 @@ MAINTAINERS file:
32593259 files :
32603260 - MAINTAINERS.yml
32613261 - scripts/get_maintainer.py
3262- - scripts/set_assignees.py
3262+ - scripts/ci/ set_assignees.py
32633263 - scripts/check_maintainers.py
32643264 labels :
32653265 - " area: MAINTAINER File"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ scripts/checkpatch.pl
5252scripts/ci/pylintrc
5353scripts/footprint/*
5454scripts/make_bugs_pickle.py
55- scripts/set_assignees.py
55+ scripts/ci/ set_assignees.py
5656scripts/gitlint/zephyr_commit_rules.py
5757scripts/west_commands/runners/canopen_program.py
5858scripts/ci/check_maintainer_changes.py
You can’t perform that action at this time.
0 commit comments