File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
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 @@ -1214,6 +1214,7 @@ exclude = [
12141214 " ./scripts/ci/coverage/coverage_analysis.py" ,
12151215 " ./scripts/ci/errno.py" ,
12161216 " ./scripts/ci/guideline_check.py" ,
1217+ " ./scripts/ci/set_assignees.py" ,
12171218 " ./scripts/ci/stats/merged_prs.py" ,
12181219 " ./scripts/ci/test_plan.py" ,
12191220 " ./scripts/ci/twister_report_analyzer.py" ,
Original file line number Diff line number Diff line change @@ -967,7 +967,7 @@ Continuous Integration:
967967 - scripts/make_bugs_pickle.py
968968 - .checkpatch.conf
969969 - scripts/gitlint/
970- - scripts/set_assignees.py
970+ - scripts/ci/ set_assignees.py
971971 labels :
972972 - " area: Continuous Integration"
973973
@@ -3283,7 +3283,7 @@ MAINTAINERS file:
32833283 files :
32843284 - MAINTAINERS.yml
32853285 - scripts/get_maintainer.py
3286- - scripts/set_assignees.py
3286+ - scripts/ci/ set_assignees.py
32873287 - scripts/check_maintainers.py
32883288 labels :
32893289 - " 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